Html Css Color HEX #306491 Endeavour

📋 copy color: '#306491'

red 48 ◦ green 100 ◦ blue 145

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

Shades of Endeavour #306491

Tints of Endeavour #306491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.49%

R = 16.38%
G = 34.13%
B = 49.49%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#306491 (or 0x306491) is known color: Endeavour. HEX triplet: 30, 64 and 91. RGB value is (48,100,145). Sum of RGB (Red+Green+Blue) = 48+100+145=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #306491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306491 is #CF9B6E. Grayscale: #595959. Windows color (decimal): -13605743 or 9528368. OLE color: 9528368.

HSL color Cylindrical-coordinate representation of color #306491: hue angle of 207.84º degrees, saturation: 0.5, 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 #306491 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 100 145 -
CMYK 0.67 0.31 0 0.43
HSL 207.84º 0.5% 0.38% -
HSV(B) 207.84º 0.67% 0.57% -
XYZ 10.89 11.79 28.49 -
YUV 89.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 48 100 145 0.67 0.31 0 0.43 207.84 0.5 0.38
Hex 30 64 91 43 1F 0 2B D0 32 26
Octal 60 144 221 103 37 0 53 320 62 46
Binary 110000 1100100 10010001 1000011 11111 0 101011 11010000 110010 100110

Color Harmonies of #306491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306491

Black with #306491

Text Example


Text Example

White with #306491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306491; }

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

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

background-color css

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

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

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

border-color css

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

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

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