Html Css Color HEX #305D99 Endeavour

📋 copy color: '#305D99'

red 48 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #305D99

Tints of Endeavour #305D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

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

R = 16.33%
G = 31.63%
B = 52.04%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#305D99 (or 0x305D99) is known color: Endeavour. HEX triplet: 30, 5D and 99. RGB value is (48,93,153). Sum of RGB (Red+Green+Blue) = 48+93+153=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #305D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D99 is #CFA266. Grayscale: #565656. Windows color (decimal): -13607527 or 10050864. OLE color: 10050864.

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

Color convert

RGB 48 93 153 -
CMYK 0.69 0.39 0 0.4
HSL 214.29º 0.52% 0.39% -
HSV(B) 214.29º 0.69% 0.6% -
XYZ 10.88 10.76 31.64 -
YUV 86.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 48 93 153 0.69 0.39 0 0.4 214.29 0.52 0.39
Hex 30 5D 99 45 27 0 28 D6 34 27
Octal 60 135 231 105 47 0 50 326 64 47
Binary 110000 1011101 10011001 1000101 100111 0 101000 11010110 110100 100111

Color Harmonies of #305D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D99

Black with #305D99

Text Example


Text Example

White with #305D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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