Html Css Color HEX #305988 Endeavour

📋 copy color: '#305988'

red 48 ◦ green 89 ◦ blue 136

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

Shades of Endeavour #305988

Tints of Endeavour #305988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

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

R = 17.58%
G = 32.6%
B = 49.82%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305988 (or 0x305988) is known color: Endeavour. HEX triplet: 30, 59 and 88. RGB value is (48,89,136). Sum of RGB (Red+Green+Blue) = 48+89+136=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #305988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305988 is #CFA677. Grayscale: #515151. Windows color (decimal): -13608568 or 8935728. OLE color: 8935728.

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

Color convert

RGB 48 89 136 -
CMYK 0.65 0.35 0 0.47
HSL 212.05º 0.48% 0.36% -
HSV(B) 212.05º 0.65% 0.53% -
XYZ 9.24 9.55 24.65 -
YUV 82.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 48 89 136 0.65 0.35 0 0.47 212.05 0.48 0.36
Hex 30 59 88 41 23 0 2F D4 30 24
Octal 60 131 210 101 43 0 57 324 60 44
Binary 110000 1011001 10001000 1000001 100011 0 101111 11010100 110000 100100

Color Harmonies of #305988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305988

Black with #305988

Text Example


Text Example

White with #305988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305988; }

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

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

background-color css

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

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

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

border-color css

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

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

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