Html Css Color HEX #30588B Endeavour

📋 copy color: '#30588B'

red 48 ◦ green 88 ◦ blue 139

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

Shades of Endeavour #30588B

Tints of Endeavour #30588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 17.45%
G = 32%
B = 50.55%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30588B (or 0x30588B) is known color: Endeavour. HEX triplet: 30, 58 and 8B. RGB value is (48,88,139). Sum of RGB (Red+Green+Blue) = 48+88+139=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #30588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30588B is #CFA774. Grayscale: #515151. Windows color (decimal): -13608821 or 9132080. OLE color: 9132080.

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

Color convert

RGB 48 88 139 -
CMYK 0.65 0.37 0 0.45
HSL 213.63º 0.49% 0.37% -
HSV(B) 213.63º 0.65% 0.55% -
XYZ 9.37 9.47 25.76 -
YUV 81.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 48 88 139 0.65 0.37 0 0.45 213.63 0.49 0.37
Hex 30 58 8B 41 25 0 2D D6 31 25
Octal 60 130 213 101 45 0 55 326 61 45
Binary 110000 1011000 10001011 1000001 100101 0 101101 11010110 110001 100101

Color Harmonies of #30588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30588B

Black with #30588B

Text Example


Text Example

White with #30588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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