Html Css Color HEX #306492 Endeavour

📋 copy color: '#306492'

red 48 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #306492

Tints of Endeavour #306492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 16.33%
G = 34.01%
B = 49.66%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#306492 (or 0x306492) is known color: Endeavour. HEX triplet: 30, 64 and 92. RGB value is (48,100,146). Sum of RGB (Red+Green+Blue) = 48+100+146=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #306492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306492 is #CF9B6D. Grayscale: #595959. Windows color (decimal): -13605742 or 9593904. OLE color: 9593904.

HSL color Cylindrical-coordinate representation of color #306492: hue angle of 208.16º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306492 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 100 146 -
CMYK 0.67 0.32 0 0.43
HSL 208.16º 0.51% 0.38% -
HSV(B) 208.16º 0.67% 0.57% -
XYZ 10.96 11.82 28.9 -
YUV 89.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 48 100 146 0.67 0.32 0 0.43 208.16 0.51 0.38
Hex 30 64 92 43 20 0 2B D0 33 26
Octal 60 144 222 103 40 0 53 320 63 46
Binary 110000 1100100 10010010 1000011 100000 0 101011 11010000 110011 100110

Color Harmonies of #306492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306492

Black with #306492

Text Example


Text Example

White with #306492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306492; }

 p { color: rgb(48,100,146); }

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

background-color css

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

 a { background-color: rgb(48,100,146); }

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

border-color css

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

 span { border-color: rgb(48,100,146); }

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