Html Css Color HEX #30848E Blue Chill

📋 copy color: '#30848E'

red 48 ◦ green 132 ◦ blue 142

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

Shades of Blue Chill #30848E

Tints of Blue Chill #30848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 14.91%
G = 40.99%
B = 44.1%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30848E (or 0x30848E) is known color: Blue Chill. HEX triplet: 30, 84 and 8E. RGB value is (48,132,142). Sum of RGB (Red+Green+Blue) = 48+132+142=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #30848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30848E is #CF7B71. Grayscale: #6B6B6B. Windows color (decimal): -13597554 or 9339952. OLE color: 9339952.

HSL color Cylindrical-coordinate representation of color #30848E: hue angle of 186.38º degrees, saturation: 0.49, 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 #30848E is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 132 142 -
CMYK 0.66 0.07 0 0.44
HSL 186.38º 0.49% 0.37% -
HSV(B) 186.38º 0.66% 0.56% -
XYZ 14.35 19.08 28.52 -
YUV 108.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 48 132 142 0.66 0.07 0 0.44 186.38 0.49 0.37
Hex 30 84 8E 42 7 0 2C BA 31 25
Octal 60 204 216 102 7 0 54 272 61 45
Binary 110000 10000100 10001110 1000010 111 0 101100 10111010 110001 100101

Color Harmonies of #30848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30848E

Black with #30848E

Text Example


Text Example

White with #30848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30848E; }

 p { color: rgb(48,132,142); }

 H1.HeaderClassName
 {
   color: #30848E;
 }
 .AnyTagClassName
 {
   color: #30848E;
 }
</style>

background-color css

<style>
 a { background-color: #30848E; }

 a { background-color: rgb(48,132,142); }

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

border-color css

<style>
 span { border-color: #30848E; }

 span { border-color: rgb(48,132,142); }

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