Html Css Color HEX #306288 Endeavour

📋 copy color: '#306288'

red 48 ◦ green 98 ◦ blue 136

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

Shades of Endeavour #306288

Tints of Endeavour #306288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 17.02%
G = 34.75%
B = 48.23%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306288 (or 0x306288) is known color: Endeavour. HEX triplet: 30, 62 and 88. RGB value is (48,98,136). Sum of RGB (Red+Green+Blue) = 48+98+136=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #306288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306288 is #CF9D77. Grayscale: #575757. Windows color (decimal): -13606264 or 8938032. OLE color: 8938032.

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

Color convert

RGB 48 98 136 -
CMYK 0.65 0.28 0 0.47
HSL 205.91º 0.48% 0.36% -
HSV(B) 205.91º 0.65% 0.53% -
XYZ 10.03 11.14 24.91 -
YUV 87.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 48 98 136 0.65 0.28 0 0.47 205.91 0.48 0.36
Hex 30 62 88 41 1C 0 2F CE 30 24
Octal 60 142 210 101 34 0 57 316 60 44
Binary 110000 1100010 10001000 1000001 11100 0 101111 11001110 110000 100100

Color Harmonies of #306288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306288

Black with #306288

Text Example


Text Example

White with #306288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306288; }

 p { color: rgb(48,98,136); }

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

background-color css

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

 a { background-color: rgb(48,98,136); }

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

border-color css

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

 span { border-color: rgb(48,98,136); }

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