Html Css Color HEX #38838D Blue Chill

📋 copy color: '#38838D'

red 56 ◦ green 131 ◦ blue 141

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

Shades of Blue Chill #38838D

Tints of Blue Chill #38838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 17.07%
G = 39.94%
B = 42.99%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38838D (or 0x38838D) is known color: Blue Chill. HEX triplet: 38, 83 and 8D. RGB value is (56,131,141). Sum of RGB (Red+Green+Blue) = 56+131+141=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #38838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38838D is #C77C72. Grayscale: #6D6D6D. Windows color (decimal): -13073523 or 9274168. OLE color: 9274168.

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

Color convert

RGB 56 131 141 -
CMYK 0.60 0.07 0 0.45
HSL 187.06º 0.43% 0.39% -
HSV(B) 187.06º 0.6% 0.55% -
XYZ 14.55 19 28.1 -
YUV 109.72 145.65 89.69 -
System Red Green Blue C M Y K H S L
Decimal 56 131 141 0.60 0.07 0 0.45 187.06 0.43 0.39
Hex 38 83 8D 3C 7 0 2D BB 2B 27
Octal 70 203 215 74 7 0 55 273 53 47
Binary 111000 10000011 10001101 111100 111 0 101101 10111011 101011 100111

Color Harmonies of #38838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38838D

Black with #38838D

Text Example


Text Example

White with #38838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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