Html Css Color HEX #38928C Blue Chill

📋 copy color: '#38928C'

red 56 ◦ green 146 ◦ blue 140

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

Shades of Blue Chill #38928C

Tints of Blue Chill #38928C

RGB

 RED value IS 56 (22.27% from 255) = 16.37%

 GREEN value IS 146 (57.42% from 255) = 42.69%

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

R = 16.37%
G = 42.69%
B = 40.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#38928C (or 0x38928C) is known color: Blue Chill. HEX triplet: 38, 92 and 8C. RGB value is (56,146,140). Sum of RGB (Red+Green+Blue) = 56+146+140=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #38928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38928C is #C76D73. Grayscale: #767676. Windows color (decimal): -13069684 or 9212472. OLE color: 9212472.

HSL color Cylindrical-coordinate representation of color #38928C: hue angle of 176º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38928C is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 140 -
CMYK 0.62 0 0.04 0.43
HSL 176º 0.45% 0.4% -
HSV(B) 176º 0.62% 0.57% -
XYZ 16.64 23.29 28.43 -
YUV 118.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 56 146 140 0.62 0 0.04 0.43 176 0.45 0.4
Hex 38 92 8C 3E 0 4 2B B0 2D 28
Octal 70 222 214 76 0 4 53 260 55 50
Binary 111000 10010010 10001100 111110 0 100 101011 10110000 101101 101000

Color Harmonies of #38928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38928C

Black with #38928C

Text Example


Text Example

White with #38928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,146,140); }

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

background-color css

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

 a { background-color: rgb(56,146,140); }

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

border-color css

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

 span { border-color: rgb(56,146,140); }

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