Html Css Color HEX #30588F Endeavour

📋 copy color: '#30588F'

red 48 ◦ green 88 ◦ blue 143

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

Shades of Endeavour #30588F

Tints of Endeavour #30588F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 143 (56.25% from 255) = 51.25%

R = 17.2%
G = 31.54%
B = 51.25%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30588F (or 0x30588F) is known color: Endeavour. HEX triplet: 30, 58 and 8F. RGB value is (48,88,143). Sum of RGB (Red+Green+Blue) = 48+88+143=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #30588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30588F is #CFA770. Grayscale: #525252. Windows color (decimal): -13608817 or 9394224. OLE color: 9394224.

HSL color Cylindrical-coordinate representation of color #30588F: hue angle of 214.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30588F is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 88 143 -
CMYK 0.66 0.38 0 0.44
HSL 214.74º 0.5% 0.37% -
HSV(B) 214.74º 0.66% 0.56% -
XYZ 9.67 9.59 27.33 -
YUV 82.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 48 88 143 0.66 0.38 0 0.44 214.74 0.5 0.37
Hex 30 58 8F 42 26 0 2C D7 32 25
Octal 60 130 217 102 46 0 54 327 62 45
Binary 110000 1011000 10001111 1000010 100110 0 101100 11010111 110010 100101

Color Harmonies of #30588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30588F

Black with #30588F

Text Example


Text Example

White with #30588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30588F; }

 p { color: rgb(48,88,143); }

 H1.HeaderClassName
 {
   color: #30588F;
 }
 .AnyTagClassName
 {
   color: #30588F;
 }
</style>

background-color css

<style>
 a { background-color: #30588F; }

 a { background-color: rgb(48,88,143); }

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

border-color css

<style>
 span { border-color: #30588F; }

 span { border-color: rgb(48,88,143); }

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