Html Css Color HEX #30598D Endeavour

📋 copy color: '#30598D'

red 48 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #30598D

Tints of Endeavour #30598D

RGB

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

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

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

R = 17.27%
G = 32.01%
B = 50.72%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30598D (or 0x30598D) is known color: Endeavour. HEX triplet: 30, 59 and 8D. RGB value is (48,89,141). Sum of RGB (Red+Green+Blue) = 48+89+141=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #30598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30598D is #CFA672. Grayscale: #525252. Windows color (decimal): -13608563 or 9263408. OLE color: 9263408.

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

Color convert

RGB 48 89 141 -
CMYK 0.66 0.37 0 0.45
HSL 213.55º 0.49% 0.37% -
HSV(B) 213.55º 0.66% 0.55% -
XYZ 9.6 9.7 26.56 -
YUV 82.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 48 89 141 0.66 0.37 0 0.45 213.55 0.49 0.37
Hex 30 59 8D 42 25 0 2D D6 31 25
Octal 60 131 215 102 45 0 55 326 61 45
Binary 110000 1011001 10001101 1000010 100101 0 101101 11010110 110001 100101

Color Harmonies of #30598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30598D

Black with #30598D

Text Example


Text Example

White with #30598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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