Html Css Color HEX #305695 Endeavour

📋 copy color: '#305695'

red 48 ◦ green 86 ◦ blue 149

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

Shades of Endeavour #305695

Tints of Endeavour #305695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 16.96%
G = 30.39%
B = 52.65%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305695 (or 0x305695) is known color: Endeavour. HEX triplet: 30, 56 and 95. RGB value is (48,86,149). Sum of RGB (Red+Green+Blue) = 48+86+149=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #305695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305695 is #CFA96A. Grayscale: #515151. Windows color (decimal): -13609323 or 9786928. OLE color: 9786928.

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

Color convert

RGB 48 86 149 -
CMYK 0.68 0.42 0 0.42
HSL 217.43º 0.51% 0.39% -
HSV(B) 217.43º 0.68% 0.58% -
XYZ 9.97 9.45 29.73 -
YUV 81.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 48 86 149 0.68 0.42 0 0.42 217.43 0.51 0.39
Hex 30 56 95 44 2A 0 2A D9 33 27
Octal 60 126 225 104 52 0 52 331 63 47
Binary 110000 1010110 10010101 1000100 101010 0 101010 11011001 110011 100111

Color Harmonies of #305695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305695

Black with #305695

Text Example


Text Example

White with #305695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305695; }

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

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

background-color css

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

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

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

border-color css

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

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

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