Html Css Color HEX #306388 Endeavour

📋 copy color: '#306388'

red 48 ◦ green 99 ◦ blue 136

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

Shades of Endeavour #306388

Tints of Endeavour #306388

RGB

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

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

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

R = 16.96%
G = 34.98%
B = 48.06%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306388 (or 0x306388) is known color: Endeavour. HEX triplet: 30, 63 and 88. RGB value is (48,99,136). Sum of RGB (Red+Green+Blue) = 48+99+136=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #306388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306388 is #CF9C77. Grayscale: #575757. Windows color (decimal): -13606008 or 8938288. OLE color: 8938288.

HSL color Cylindrical-coordinate representation of color #306388: hue angle of 205.23º 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 #306388 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 99 136 -
CMYK 0.65 0.27 0 0.47
HSL 205.23º 0.48% 0.36% -
HSV(B) 205.23º 0.65% 0.53% -
XYZ 10.12 11.33 24.95 -
YUV 87.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 48 99 136 0.65 0.27 0 0.47 205.23 0.48 0.36
Hex 30 63 88 41 1B 0 2F CD 30 24
Octal 60 143 210 101 33 0 57 315 60 44
Binary 110000 1100011 10001000 1000001 11011 0 101111 11001101 110000 100100

Color Harmonies of #306388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306388

Black with #306388

Text Example


Text Example

White with #306388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306388; }

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

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

background-color css

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

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

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

border-color css

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

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

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