Html Css Color HEX #306391 Endeavour

📋 copy color: '#306391'

red 48 ◦ green 99 ◦ blue 145

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

Shades of Endeavour #306391

Tints of Endeavour #306391

RGB

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

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

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

R = 16.44%
G = 33.9%
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

#306391 (or 0x306391) is known color: Endeavour. HEX triplet: 30, 63 and 91. RGB value is (48,99,145). Sum of RGB (Red+Green+Blue) = 48+99+145=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #306391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306391 is #CF9C6E. Grayscale: #585858. Windows color (decimal): -13605999 or 9528112. OLE color: 9528112.

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

Color convert

RGB 48 99 145 -
CMYK 0.67 0.32 0 0.43
HSL 208.45º 0.5% 0.38% -
HSV(B) 208.45º 0.67% 0.57% -
XYZ 10.79 11.6 28.46 -
YUV 89 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 48 99 145 0.67 0.32 0 0.43 208.45 0.5 0.38
Hex 30 63 91 43 20 0 2B D0 32 26
Octal 60 143 221 103 40 0 53 320 62 46
Binary 110000 1100011 10010001 1000011 100000 0 101011 11010000 110010 100110

Color Harmonies of #306391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306391

Black with #306391

Text Example


Text Example

White with #306391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306391; }

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

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

background-color css

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

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

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

border-color css

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

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

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