Html Css Color HEX #305698 Endeavour

📋 copy color: '#305698'

red 48 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #305698

Tints of Endeavour #305698

RGB

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

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

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

R = 16.78%
G = 30.07%
B = 53.15%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#305698 (or 0x305698) is known color: Endeavour. HEX triplet: 30, 56 and 98. RGB value is (48,86,152). Sum of RGB (Red+Green+Blue) = 48+86+152=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #305698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305698 is #CFA967. Grayscale: #515151. Windows color (decimal): -13609320 or 9983536. OLE color: 9983536.

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

Color convert

RGB 48 86 152 -
CMYK 0.68 0.43 0 0.40
HSL 218.08º 0.52% 0.39% -
HSV(B) 218.08º 0.68% 0.6% -
XYZ 10.21 9.55 31.01 -
YUV 82.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 48 86 152 0.68 0.43 0 0.40 218.08 0.52 0.39
Hex 30 56 98 44 2B 0 28 DA 34 27
Octal 60 126 230 104 53 0 50 332 64 47
Binary 110000 1010110 10011000 1000100 101011 0 101000 11011010 110100 100111

Color Harmonies of #305698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305698

Black with #305698

Text Example


Text Example

White with #305698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305698; }

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

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

background-color css

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

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

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

border-color css

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

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

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