Html Css Color HEX #30558D Endeavour

📋 copy color: '#30558D'

red 48 ◦ green 85 ◦ blue 141

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

Shades of Endeavour #30558D

Tints of Endeavour #30558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 17.52%
G = 31.02%
B = 51.46%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30558D (or 0x30558D) is known color: Endeavour. HEX triplet: 30, 55 and 8D. RGB value is (48,85,141). Sum of RGB (Red+Green+Blue) = 48+85+141=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #30558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30558D is #CFAA72. Grayscale: #505050. Windows color (decimal): -13609587 or 9262384. OLE color: 9262384.

HSL color Cylindrical-coordinate representation of color #30558D: hue angle of 216.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30558D is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 85 141 -
CMYK 0.66 0.40 0 0.45
HSL 216.13º 0.49% 0.37% -
HSV(B) 216.13º 0.66% 0.55% -
XYZ 9.28 9.05 26.46 -
YUV 80.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 48 85 141 0.66 0.40 0 0.45 216.13 0.49 0.37
Hex 30 55 8D 42 28 0 2D D8 31 25
Octal 60 125 215 102 50 0 55 330 61 45
Binary 110000 1010101 10001101 1000010 101000 0 101101 11011000 110001 100101

Color Harmonies of #30558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30558D

Black with #30558D

Text Example


Text Example

White with #30558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30558D; }

 p { color: rgb(48,85,141); }

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

background-color css

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

 a { background-color: rgb(48,85,141); }

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

border-color css

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

 span { border-color: rgb(48,85,141); }

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