Html Css Color HEX #30578A Endeavour

📋 copy color: '#30578A'

red 48 ◦ green 87 ◦ blue 138

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

Shades of Endeavour #30578A

Tints of Endeavour #30578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 17.58%
G = 31.87%
B = 50.55%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30578A (or 0x30578A) is known color: Endeavour. HEX triplet: 30, 57 and 8A. RGB value is (48,87,138). Sum of RGB (Red+Green+Blue) = 48+87+138=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #30578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30578A is #CFA875. Grayscale: #505050. Windows color (decimal): -13609078 or 9066288. OLE color: 9066288.

HSL color Cylindrical-coordinate representation of color #30578A: hue angle of 214º 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 #30578A is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 87 138 -
CMYK 0.65 0.37 0 0.46
HSL 214º 0.48% 0.36% -
HSV(B) 214º 0.65% 0.54% -
XYZ 9.21 9.28 25.35 -
YUV 81.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 48 87 138 0.65 0.37 0 0.46 214 0.48 0.36
Hex 30 57 8A 41 25 0 2E D6 30 24
Octal 60 127 212 101 45 0 56 326 60 44
Binary 110000 1010111 10001010 1000001 100101 0 101110 11010110 110000 100100

Color Harmonies of #30578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30578A

Black with #30578A

Text Example


Text Example

White with #30578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30578A; }

 p { color: rgb(48,87,138); }

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

background-color css

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

 a { background-color: rgb(48,87,138); }

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

border-color css

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

 span { border-color: rgb(48,87,138); }

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