Html Css Color HEX #305599 Endeavour

📋 copy color: '#305599'

red 48 ◦ green 85 ◦ blue 153

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

Shades of Endeavour #305599

Tints of Endeavour #305599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 16.78%
G = 29.72%
B = 53.5%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#305599 (or 0x305599) is known color: Endeavour. HEX triplet: 30, 55 and 99. RGB value is (48,85,153). Sum of RGB (Red+Green+Blue) = 48+85+153=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #305599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305599 is #CFAA66. Grayscale: #515151. Windows color (decimal): -13609575 or 10048816. OLE color: 10048816.

HSL color Cylindrical-coordinate representation of color #305599: hue angle of 218.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305599 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 85 153 -
CMYK 0.69 0.44 0 0.4
HSL 218.86º 0.52% 0.39% -
HSV(B) 218.86º 0.69% 0.6% -
XYZ 10.22 9.43 31.42 -
YUV 81.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 48 85 153 0.69 0.44 0 0.4 218.86 0.52 0.39
Hex 30 55 99 45 2C 0 28 DB 34 27
Octal 60 125 231 105 54 0 50 333 64 47
Binary 110000 1010101 10011001 1000101 101100 0 101000 11011011 110100 100111

Color Harmonies of #305599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305599

Black with #305599

Text Example


Text Example

White with #305599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305599; }

 p { color: rgb(48,85,153); }

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

background-color css

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

 a { background-color: rgb(48,85,153); }

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

border-color css

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

 span { border-color: rgb(48,85,153); }

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