Html Css Color HEX #30838C Blue Chill

📋 copy color: '#30838C'

red 48 ◦ green 131 ◦ blue 140

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

Shades of Blue Chill #30838C

Tints of Blue Chill #30838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 15.05%
G = 41.07%
B = 43.89%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30838C (or 0x30838C) is known color: Blue Chill. HEX triplet: 30, 83 and 8C. RGB value is (48,131,140). Sum of RGB (Red+Green+Blue) = 48+131+140=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #30838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30838C is #CF7C73. Grayscale: #6B6B6B. Windows color (decimal): -13597812 or 9208624. OLE color: 9208624.

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

Color convert

RGB 48 131 140 -
CMYK 0.66 0.06 0 0.45
HSL 185.87º 0.49% 0.37% -
HSV(B) 185.87º 0.66% 0.55% -
XYZ 14.07 18.75 27.69 -
YUV 107.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 48 131 140 0.66 0.06 0 0.45 185.87 0.49 0.37
Hex 30 83 8C 42 6 0 2D BA 31 25
Octal 60 203 214 102 6 0 55 272 61 45
Binary 110000 10000011 10001100 1000010 110 0 101101 10111010 110001 100101

Color Harmonies of #30838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30838C

Black with #30838C

Text Example


Text Example

White with #30838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30838C; }

 p { color: rgb(48,131,140); }

 H1.HeaderClassName
 {
   color: #30838C;
 }
 .AnyTagClassName
 {
   color: #30838C;
 }
</style>

background-color css

<style>
 a { background-color: #30838C; }

 a { background-color: rgb(48,131,140); }

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

border-color css

<style>
 span { border-color: #30838C; }

 span { border-color: rgb(48,131,140); }

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