Html Css Color HEX #305795 Endeavour

📋 copy color: '#305795'

red 48 ◦ green 87 ◦ blue 149

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

Shades of Endeavour #305795

Tints of Endeavour #305795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

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

R = 16.9%
G = 30.63%
B = 52.46%

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

#305795 (or 0x305795) is known color: Endeavour. HEX triplet: 30, 57 and 95. RGB value is (48,87,149). Sum of RGB (Red+Green+Blue) = 48+87+149=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #305795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305795 is #CFA86A. Grayscale: #525252. Windows color (decimal): -13609067 or 9787184. OLE color: 9787184.

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

Color convert

RGB 48 87 149 -
CMYK 0.68 0.42 0 0.42
HSL 216.83º 0.51% 0.39% -
HSV(B) 216.83º 0.68% 0.58% -
XYZ 10.05 9.61 29.76 -
YUV 82.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 48 87 149 0.68 0.42 0 0.42 216.83 0.51 0.39
Hex 30 57 95 44 2A 0 2A D9 33 27
Octal 60 127 225 104 52 0 52 331 63 47
Binary 110000 1010111 10010101 1000100 101010 0 101010 11011001 110011 100111

Color Harmonies of #305795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305795

Black with #305795

Text Example


Text Example

White with #305795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305795; }

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

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

background-color css

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

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

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

border-color css

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

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

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