Html Css Color HEX #305491 Endeavour

📋 copy color: '#305491'

red 48 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #305491

Tints of Endeavour #305491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 17.33%
G = 30.32%
B = 52.35%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#305491 (or 0x305491) is known color: Endeavour. HEX triplet: 30, 54 and 91. RGB value is (48,84,145). Sum of RGB (Red+Green+Blue) = 48+84+145=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #305491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305491 is #CFAB6E. Grayscale: #4F4F4F. Windows color (decimal): -13609839 or 9524272. OLE color: 9524272.

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

Color convert

RGB 48 84 145 -
CMYK 0.67 0.42 0 0.43
HSL 217.73º 0.5% 0.38% -
HSV(B) 217.73º 0.67% 0.57% -
XYZ 9.5 9.01 28.03 -
YUV 80.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 48 84 145 0.67 0.42 0 0.43 217.73 0.5 0.38
Hex 30 54 91 43 2A 0 2B DA 32 26
Octal 60 124 221 103 52 0 53 332 62 46
Binary 110000 1010100 10010001 1000011 101010 0 101011 11011010 110010 100110

Color Harmonies of #305491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305491

Black with #305491

Text Example


Text Example

White with #305491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305491; }

 p { color: rgb(48,84,145); }

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

background-color css

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

 a { background-color: rgb(48,84,145); }

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

border-color css

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

 span { border-color: rgb(48,84,145); }

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