Html Css Color HEX #305A88 Endeavour

📋 copy color: '#305A88'

red 48 ◦ green 90 ◦ blue 136

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

Shades of Endeavour #305A88

Tints of Endeavour #305A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 17.52%
G = 32.85%
B = 49.64%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305A88 (or 0x305A88) is known color: Endeavour. HEX triplet: 30, 5A and 88. RGB value is (48,90,136). Sum of RGB (Red+Green+Blue) = 48+90+136=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #305A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A88 is #CFA577. Grayscale: #525252. Windows color (decimal): -13608312 or 8935984. OLE color: 8935984.

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

Color convert

RGB 48 90 136 -
CMYK 0.65 0.34 0 0.47
HSL 211.36º 0.48% 0.36% -
HSV(B) 211.36º 0.65% 0.53% -
XYZ 9.32 9.72 24.68 -
YUV 82.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 48 90 136 0.65 0.34 0 0.47 211.36 0.48 0.36
Hex 30 5A 88 41 22 0 2F D3 30 24
Octal 60 132 210 101 42 0 57 323 60 44
Binary 110000 1011010 10001000 1000001 100010 0 101111 11010011 110000 100100

Color Harmonies of #305A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A88

Black with #305A88

Text Example


Text Example

White with #305A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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