Html Css Color HEX #38838B Blue Chill

📋 copy color: '#38838B'

red 56 ◦ green 131 ◦ blue 139

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

Shades of Blue Chill #38838B

Tints of Blue Chill #38838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 17.18%
G = 40.18%
B = 42.64%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38838B (or 0x38838B) is known color: Blue Chill. HEX triplet: 38, 83 and 8B. RGB value is (56,131,139). Sum of RGB (Red+Green+Blue) = 56+131+139=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #38838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38838B is #C77C74. Grayscale: #6D6D6D. Windows color (decimal): -13073525 or 9143096. OLE color: 9143096.

HSL color Cylindrical-coordinate representation of color #38838B: hue angle of 185.78º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38838B is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 131 139 -
CMYK 0.60 0.06 0 0.45
HSL 185.78º 0.43% 0.38% -
HSV(B) 185.78º 0.6% 0.55% -
XYZ 14.41 18.94 27.32 -
YUV 109.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 56 131 139 0.60 0.06 0 0.45 185.78 0.43 0.38
Hex 38 83 8B 3C 6 0 2D BA 2B 26
Octal 70 203 213 74 6 0 55 272 53 46
Binary 111000 10000011 10001011 111100 110 0 101101 10111010 101011 100110

Color Harmonies of #38838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38838B

Black with #38838B

Text Example


Text Example

White with #38838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38838B; }

 p { color: rgb(56,131,139); }

 H1.HeaderClassName
 {
   color: #38838B;
 }
 .AnyTagClassName
 {
   color: #38838B;
 }
</style>

background-color css

<style>
 a { background-color: #38838B; }

 a { background-color: rgb(56,131,139); }

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

border-color css

<style>
 span { border-color: #38838B; }

 span { border-color: rgb(56,131,139); }

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