Html Css Color HEX #306190 Endeavour

📋 copy color: '#306190'

red 48 ◦ green 97 ◦ blue 144

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

Shades of Endeavour #306190

Tints of Endeavour #306190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 16.61%
G = 33.56%
B = 49.83%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306190 (or 0x306190) is known color: Endeavour. HEX triplet: 30, 61 and 90. RGB value is (48,97,144). Sum of RGB (Red+Green+Blue) = 48+97+144=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #306190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306190 is #CF9E6F. Grayscale: #575757. Windows color (decimal): -13606512 or 9462064. OLE color: 9462064.

HSL color Cylindrical-coordinate representation of color #306190: hue angle of 209.38º 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 #306190 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 97 144 -
CMYK 0.67 0.33 0 0.44
HSL 209.38º 0.5% 0.38% -
HSV(B) 209.38º 0.67% 0.56% -
XYZ 10.53 11.19 27.99 -
YUV 87.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 48 97 144 0.67 0.33 0 0.44 209.38 0.5 0.38
Hex 30 61 90 43 21 0 2C D1 32 26
Octal 60 141 220 103 41 0 54 321 62 46
Binary 110000 1100001 10010000 1000011 100001 0 101100 11010001 110010 100110

Color Harmonies of #306190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306190

Black with #306190

Text Example


Text Example

White with #306190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306190; }

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

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

background-color css

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

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

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

border-color css

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

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

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