Html Css Color HEX #306394 Endeavour

📋 copy color: '#306394'

red 48 ◦ green 99 ◦ blue 148

#306394
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #306394

Tints of Endeavour #306394

RGB

 RED value IS 48 (19.14% from 255) = 16.27%

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 148 (58.2% from 255) = 50.17%

R = 16.27%
G = 33.56%
B = 50.17%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#306394 (or 0x306394) is known color: Endeavour. HEX triplet: 30, 63 and 94. RGB value is (48,99,148). Sum of RGB (Red+Green+Blue) = 48+99+148=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #306394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306394 is #CF9C6B. Grayscale: #595959. Windows color (decimal): -13605996 or 9724720. OLE color: 9724720.

HSL color Cylindrical-coordinate representation of color #306394: hue angle of 209.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306394 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 99 148 -
CMYK 0.68 0.33 0 0.42
HSL 209.4º 0.51% 0.38% -
HSV(B) 209.4º 0.68% 0.58% -
XYZ 11.03 11.69 29.69 -
YUV 89.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 48 99 148 0.68 0.33 0 0.42 209.4 0.51 0.38
Hex 30 63 94 44 21 0 2A D1 33 26
Octal 60 143 224 104 41 0 52 321 63 46
Binary 110000 1100011 10010100 1000100 100001 0 101010 11010001 110011 100110

Color Harmonies of #306394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306394

Black with #306394

Text Example


Text Example

White with #306394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306394; }

 p { color: rgb(48,99,148); }

 H1.HeaderClassName
 {
   color: #306394;
 }
 .AnyTagClassName
 {
   color: #306394;
 }
</style>

background-color css

<style>
 a { background-color: #306394; }

 a { background-color: rgb(48,99,148); }

 div.DivClassName
 {
   background-color: #306394;
 }
 .BgClassName
 {
   background-color: #306394;
 }
</style>

border-color css

<style>
 span { border-color: #306394; }

 span { border-color: rgb(48,99,148); }

 td.TdClassName
 {
   border-color: #306394;
 }
 .TagClassName
 {
   border-color: #306394;
 }
</style>