Html Css Color HEX #305899 Endeavour

📋 copy color: '#305899'

red 48 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #305899

Tints of Endeavour #305899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 16.61%
G = 30.45%
B = 52.94%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#305899 (or 0x305899) is known color: Endeavour. HEX triplet: 30, 58 and 99. RGB value is (48,88,153). Sum of RGB (Red+Green+Blue) = 48+88+153=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #305899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305899 is #CFA766. Grayscale: #535353. Windows color (decimal): -13608807 or 10049584. OLE color: 10049584.

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

Color convert

RGB 48 88 153 -
CMYK 0.69 0.42 0 0.4
HSL 217.14º 0.52% 0.39% -
HSV(B) 217.14º 0.69% 0.6% -
XYZ 10.46 9.91 31.5 -
YUV 83.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 48 88 153 0.69 0.42 0 0.4 217.14 0.52 0.39
Hex 30 58 99 45 2A 0 28 D9 34 27
Octal 60 130 231 105 52 0 50 331 64 47
Binary 110000 1011000 10011001 1000101 101010 0 101000 11011001 110100 100111

Color Harmonies of #305899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305899

Black with #305899

Text Example


Text Example

White with #305899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305899; }

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

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

background-color css

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

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

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

border-color css

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

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

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