Html Css Color HEX #30586F Chathams Blue

📋 copy color: '#30586F'

red 48 ◦ green 88 ◦ blue 111

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

Shades of Chathams Blue #30586F

Tints of Chathams Blue #30586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 19.43%
G = 35.63%
B = 44.94%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30586F (or 0x30586F) is known color: Chathams Blue. HEX triplet: 30, 58 and 6F. RGB value is (48,88,111). Sum of RGB (Red+Green+Blue) = 48+88+111=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #30586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30586F is #CFA790. Grayscale: #4E4E4E. Windows color (decimal): -13608849 or 7297072. OLE color: 7297072.

HSL color Cylindrical-coordinate representation of color #30586F: hue angle of 201.9º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30586F is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 88 111 -
CMYK 0.57 0.21 0 0.56
HSL 201.9º 0.4% 0.31% -
HSV(B) 201.9º 0.57% 0.44% -
XYZ 7.58 8.76 16.33 -
YUV 78.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 48 88 111 0.57 0.21 0 0.56 201.9 0.4 0.31
Hex 30 58 6F 39 15 0 38 CA 28 1F
Octal 60 130 157 71 25 0 70 312 50 37
Binary 110000 1011000 1101111 111001 10101 0 111000 11001010 101000 11111

Color Harmonies of #30586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30586F

Black with #30586F

Text Example


Text Example

White with #30586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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