Html Css Color HEX #306089 Endeavour

📋 copy color: '#306089'

red 48 ◦ green 96 ◦ blue 137

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

Shades of Endeavour #306089

Tints of Endeavour #306089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 17.08%
G = 34.16%
B = 48.75%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#306089 (or 0x306089) is known color: Endeavour. HEX triplet: 30, 60 and 89. RGB value is (48,96,137). Sum of RGB (Red+Green+Blue) = 48+96+137=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #306089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306089 is #CF9F76. Grayscale: #565656. Windows color (decimal): -13606775 or 9003056. OLE color: 9003056.

HSL color Cylindrical-coordinate representation of color #306089: hue angle of 207.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306089 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 96 137 -
CMYK 0.65 0.30 0 0.46
HSL 207.64º 0.48% 0.36% -
HSV(B) 207.64º 0.65% 0.54% -
XYZ 9.92 10.8 25.23 -
YUV 86.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 48 96 137 0.65 0.30 0 0.46 207.64 0.48 0.36
Hex 30 60 89 41 1E 0 2E D0 30 24
Octal 60 140 211 101 36 0 56 320 60 44
Binary 110000 1100000 10001001 1000001 11110 0 101110 11010000 110000 100100

Color Harmonies of #306089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306089

Black with #306089

Text Example


Text Example

White with #306089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306089; }

 p { color: rgb(48,96,137); }

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

background-color css

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

 a { background-color: rgb(48,96,137); }

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

border-color css

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

 span { border-color: rgb(48,96,137); }

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