Html Css Color HEX #306197 Endeavour

📋 copy color: '#306197'

red 48 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #306197

Tints of Endeavour #306197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.01%

R = 16.22%
G = 32.77%
B = 51.01%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#306197 (or 0x306197) is known color: Endeavour. HEX triplet: 30, 61 and 97. RGB value is (48,97,151). Sum of RGB (Red+Green+Blue) = 48+97+151=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #306197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306197 is #CF9E68. Grayscale: #585858. Windows color (decimal): -13606505 or 9920816. OLE color: 9920816.

HSL color Cylindrical-coordinate representation of color #306197: hue angle of 211.46º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306197 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 97 151 -
CMYK 0.68 0.36 0 0.41
HSL 211.46º 0.52% 0.39% -
HSV(B) 211.46º 0.68% 0.59% -
XYZ 11.08 11.41 30.9 -
YUV 88.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 48 97 151 0.68 0.36 0 0.41 211.46 0.52 0.39
Hex 30 61 97 44 24 0 29 D3 34 27
Octal 60 141 227 104 44 0 51 323 64 47
Binary 110000 1100001 10010111 1000100 100100 0 101001 11010011 110100 100111

Color Harmonies of #306197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306197

Black with #306197

Text Example


Text Example

White with #306197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306197; }

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

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

background-color css

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

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

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

border-color css

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

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

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