Html Css Color HEX #305998 Endeavour

📋 copy color: '#305998'

red 48 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #305998

Tints of Endeavour #305998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 16.61%
G = 30.8%
B = 52.6%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#305998 (or 0x305998) is known color: Endeavour. HEX triplet: 30, 59 and 98. RGB value is (48,89,152). Sum of RGB (Red+Green+Blue) = 48+89+152=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #305998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305998 is #CFA667. Grayscale: #535353. Windows color (decimal): -13608552 or 9984304. OLE color: 9984304.

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

Color convert

RGB 48 89 152 -
CMYK 0.68 0.41 0 0.40
HSL 216.35º 0.52% 0.39% -
HSV(B) 216.35º 0.68% 0.6% -
XYZ 10.46 10.04 31.09 -
YUV 83.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 48 89 152 0.68 0.41 0 0.40 216.35 0.52 0.39
Hex 30 59 98 44 29 0 28 D8 34 27
Octal 60 131 230 104 51 0 50 330 64 47
Binary 110000 1011001 10011000 1000100 101001 0 101000 11011000 110100 100111

Color Harmonies of #305998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305998

Black with #305998

Text Example


Text Example

White with #305998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305998; }

 p { color: rgb(48,89,152); }

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

background-color css

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

 a { background-color: rgb(48,89,152); }

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

border-color css

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

 span { border-color: rgb(48,89,152); }

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