Html Css Color HEX #305890 Endeavour

📋 copy color: '#305890'

red 48 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #305890

Tints of Endeavour #305890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 17.14%
G = 31.43%
B = 51.43%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#305890 (or 0x305890) is known color: Endeavour. HEX triplet: 30, 58 and 90. RGB value is (48,88,144). Sum of RGB (Red+Green+Blue) = 48+88+144=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #305890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305890 is #CFA76F. Grayscale: #525252. Windows color (decimal): -13608816 or 9459760. OLE color: 9459760.

HSL color Cylindrical-coordinate representation of color #305890: hue angle of 215º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305890 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 88 144 -
CMYK 0.67 0.39 0 0.44
HSL 215º 0.5% 0.38% -
HSV(B) 215º 0.67% 0.56% -
XYZ 9.74 9.62 27.73 -
YUV 82.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 48 88 144 0.67 0.39 0 0.44 215 0.5 0.38
Hex 30 58 90 43 27 0 2C D7 32 26
Octal 60 130 220 103 47 0 54 327 62 46
Binary 110000 1011000 10010000 1000011 100111 0 101100 11010111 110010 100110

Color Harmonies of #305890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305890

Black with #305890

Text Example


Text Example

White with #305890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305890; }

 p { color: rgb(48,88,144); }

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

background-color css

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

 a { background-color: rgb(48,88,144); }

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

border-color css

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

 span { border-color: rgb(48,88,144); }

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