Html Css Color HEX #305595 Endeavour

📋 copy color: '#305595'

red 48 ◦ green 85 ◦ blue 149

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

Shades of Endeavour #305595

Tints of Endeavour #305595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 17.02%
G = 30.14%
B = 52.84%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305595 (or 0x305595) is known color: Endeavour. HEX triplet: 30, 55 and 95. RGB value is (48,85,149). Sum of RGB (Red+Green+Blue) = 48+85+149=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #305595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305595 is #CFAA6A. Grayscale: #505050. Windows color (decimal): -13609579 or 9786672. OLE color: 9786672.

HSL color Cylindrical-coordinate representation of color #305595: hue angle of 218.02º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305595 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 85 149 -
CMYK 0.68 0.43 0 0.42
HSL 218.02º 0.51% 0.39% -
HSV(B) 218.02º 0.68% 0.58% -
XYZ 9.89 9.3 29.71 -
YUV 81.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 48 85 149 0.68 0.43 0 0.42 218.02 0.51 0.39
Hex 30 55 95 44 2B 0 2A DA 33 27
Octal 60 125 225 104 53 0 52 332 63 47
Binary 110000 1010101 10010101 1000100 101011 0 101010 11011010 110011 100111

Color Harmonies of #305595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305595

Black with #305595

Text Example


Text Example

White with #305595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305595; }

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

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

background-color css

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

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

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

border-color css

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

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

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