Html Css Color HEX #305699 Endeavour

📋 copy color: '#305699'

red 48 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #305699

Tints of Endeavour #305699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 16.72%
G = 29.97%
B = 53.31%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#305699 (or 0x305699) is known color: Endeavour. HEX triplet: 30, 56 and 99. RGB value is (48,86,153). Sum of RGB (Red+Green+Blue) = 48+86+153=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #305699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305699 is #CFA966. Grayscale: #515151. Windows color (decimal): -13609319 or 10049072. OLE color: 10049072.

HSL color Cylindrical-coordinate representation of color #305699: hue angle of 218.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305699 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 86 153 -
CMYK 0.69 0.44 0 0.4
HSL 218.29º 0.52% 0.39% -
HSV(B) 218.29º 0.69% 0.6% -
XYZ 10.3 9.58 31.44 -
YUV 82.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 48 86 153 0.69 0.44 0 0.4 218.29 0.52 0.39
Hex 30 56 99 45 2C 0 28 DA 34 27
Octal 60 126 231 105 54 0 50 332 64 47
Binary 110000 1010110 10011001 1000101 101100 0 101000 11011010 110100 100111

Color Harmonies of #305699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305699

Black with #305699

Text Example


Text Example

White with #305699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305699; }

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

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

background-color css

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

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

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

border-color css

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

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

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