Html Css Color HEX #305995 Endeavour

📋 copy color: '#305995'

red 48 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #305995

Tints of Endeavour #305995

RGB

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

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

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

R = 16.78%
G = 31.12%
B = 52.1%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305995 (or 0x305995) is known color: Endeavour. HEX triplet: 30, 59 and 95. RGB value is (48,89,149). Sum of RGB (Red+Green+Blue) = 48+89+149=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #305995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305995 is #CFA66A. Grayscale: #535353. Windows color (decimal): -13608555 or 9787696. OLE color: 9787696.

HSL color Cylindrical-coordinate representation of color #305995: hue angle of 215.64º 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 #305995 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 89 149 -
CMYK 0.68 0.40 0 0.42
HSL 215.64º 0.51% 0.39% -
HSV(B) 215.64º 0.68% 0.58% -
XYZ 10.22 9.94 29.81 -
YUV 83.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 48 89 149 0.68 0.40 0 0.42 215.64 0.51 0.39
Hex 30 59 95 44 28 0 2A D8 33 27
Octal 60 131 225 104 50 0 52 330 63 47
Binary 110000 1011001 10010101 1000100 101000 0 101010 11011000 110011 100111

Color Harmonies of #305995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305995

Black with #305995

Text Example


Text Example

White with #305995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305995; }

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

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

background-color css

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

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

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

border-color css

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

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

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