Html Css Color HEX #38968C Blue Chill

📋 copy color: '#38968C'

red 56 ◦ green 150 ◦ blue 140

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

Shades of Blue Chill #38968C

Tints of Blue Chill #38968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 16.18%
G = 43.35%
B = 40.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#38968C (or 0x38968C) is known color: Blue Chill. HEX triplet: 38, 96 and 8C. RGB value is (56,150,140). Sum of RGB (Red+Green+Blue) = 56+150+140=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #38968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38968C is #C76973. Grayscale: #787878. Windows color (decimal): -13068660 or 9213496. OLE color: 9213496.

HSL color Cylindrical-coordinate representation of color #38968C: hue angle of 173.62º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38968C is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 140 -
CMYK 0.63 0 0.07 0.41
HSL 173.62º 0.46% 0.4% -
HSV(B) 173.62º 0.63% 0.59% -
XYZ 17.27 24.55 28.64 -
YUV 120.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 56 150 140 0.63 0 0.07 0.41 173.62 0.46 0.4
Hex 38 96 8C 3F 0 7 29 AE 2E 28
Octal 70 226 214 77 0 7 51 256 56 50
Binary 111000 10010110 10001100 111111 0 111 101001 10101110 101110 101000

Color Harmonies of #38968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38968C

Black with #38968C

Text Example


Text Example

White with #38968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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