Html Css Color HEX #30598B Endeavour

📋 copy color: '#30598B'

red 48 ◦ green 89 ◦ blue 139

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

Shades of Endeavour #30598B

Tints of Endeavour #30598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

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

R = 17.39%
G = 32.25%
B = 50.36%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30598B (or 0x30598B) is known color: Endeavour. HEX triplet: 30, 59 and 8B. RGB value is (48,89,139). Sum of RGB (Red+Green+Blue) = 48+89+139=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #30598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30598B is #CFA674. Grayscale: #525252. Windows color (decimal): -13608565 or 9132336. OLE color: 9132336.

HSL color Cylindrical-coordinate representation of color #30598B: hue angle of 212.97º 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 #30598B is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 89 139 -
CMYK 0.65 0.36 0 0.45
HSL 212.97º 0.49% 0.37% -
HSV(B) 212.97º 0.65% 0.55% -
XYZ 9.45 9.64 25.79 -
YUV 82.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 48 89 139 0.65 0.36 0 0.45 212.97 0.49 0.37
Hex 30 59 8B 41 24 0 2D D5 31 25
Octal 60 131 213 101 44 0 55 325 61 45
Binary 110000 1011001 10001011 1000001 100100 0 101101 11010101 110001 100101

Color Harmonies of #30598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30598B

Black with #30598B

Text Example


Text Example

White with #30598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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