Html Css Color HEX #306099 Endeavour

📋 copy color: '#306099'

red 48 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #306099

Tints of Endeavour #306099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 16.16%
G = 32.32%
B = 51.52%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306099 (or 0x306099) is known color: Endeavour. HEX triplet: 30, 60 and 99. RGB value is (48,96,153). Sum of RGB (Red+Green+Blue) = 48+96+153=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #306099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306099 is #CF9F66. Grayscale: #575757. Windows color (decimal): -13606759 or 10051632. OLE color: 10051632.

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

Color convert

RGB 48 96 153 -
CMYK 0.69 0.37 0 0.4
HSL 212.57º 0.52% 0.39% -
HSV(B) 212.57º 0.69% 0.6% -
XYZ 11.15 11.29 31.73 -
YUV 88.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 48 96 153 0.69 0.37 0 0.4 212.57 0.52 0.39
Hex 30 60 99 45 25 0 28 D5 34 27
Octal 60 140 231 105 45 0 50 325 64 47
Binary 110000 1100000 10011001 1000101 100101 0 101000 11010101 110100 100111

Color Harmonies of #306099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306099

Black with #306099

Text Example


Text Example

White with #306099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306099; }

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

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

background-color css

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

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

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

border-color css

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

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

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