Html Css Color HEX #305B89 Endeavour

📋 copy color: '#305B89'

red 48 ◦ green 91 ◦ blue 137

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

Shades of Endeavour #305B89

Tints of Endeavour #305B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 17.39%
G = 32.97%
B = 49.64%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#305B89 (or 0x305B89) is known color: Endeavour. HEX triplet: 30, 5B and 89. RGB value is (48,91,137). Sum of RGB (Red+Green+Blue) = 48+91+137=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #305B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B89 is #CFA476. Grayscale: #535353. Windows color (decimal): -13608055 or 9001776. OLE color: 9001776.

HSL color Cylindrical-coordinate representation of color #305B89: hue angle of 211.01º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305B89 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 91 137 -
CMYK 0.65 0.34 0 0.46
HSL 211.01º 0.48% 0.36% -
HSV(B) 211.01º 0.65% 0.54% -
XYZ 9.48 9.92 25.08 -
YUV 83.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 48 91 137 0.65 0.34 0 0.46 211.01 0.48 0.36
Hex 30 5B 89 41 22 0 2E D3 30 24
Octal 60 133 211 101 42 0 56 323 60 44
Binary 110000 1011011 10001001 1000001 100010 0 101110 11010011 110000 100100

Color Harmonies of #305B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B89

Black with #305B89

Text Example


Text Example

White with #305B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,91,137); }

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

background-color css

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

 a { background-color: rgb(48,91,137); }

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

border-color css

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

 span { border-color: rgb(48,91,137); }

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