Html Css Color HEX #305E88 Endeavour

📋 copy color: '#305E88'

red 48 ◦ green 94 ◦ blue 136

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

Shades of Endeavour #305E88

Tints of Endeavour #305E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 136 (53.52% from 255) = 48.92%

R = 17.27%
G = 33.81%
B = 48.92%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305E88 (or 0x305E88) is known color: Endeavour. HEX triplet: 30, 5E and 88. RGB value is (48,94,136). Sum of RGB (Red+Green+Blue) = 48+94+136=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #305E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305E88 is #CFA177. Grayscale: #545454. Windows color (decimal): -13607288 or 8937008. OLE color: 8937008.

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

Color convert

RGB 48 94 136 -
CMYK 0.65 0.31 0 0.47
HSL 208.64º 0.48% 0.36% -
HSV(B) 208.64º 0.65% 0.53% -
XYZ 9.67 10.41 24.79 -
YUV 85.03 156.76 101.58 -
System Red Green Blue C M Y K H S L
Decimal 48 94 136 0.65 0.31 0 0.47 208.64 0.48 0.36
Hex 30 5E 88 41 1F 0 2F D1 30 24
Octal 60 136 210 101 37 0 57 321 60 44
Binary 110000 1011110 10001000 1000001 11111 0 101111 11010001 110000 100100

Color Harmonies of #305E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E88

Black with #305E88

Text Example


Text Example

White with #305E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,94,136); }

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

background-color css

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

 a { background-color: rgb(48,94,136); }

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

border-color css

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

 span { border-color: rgb(48,94,136); }

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