Html Css Color HEX #388785 Blue Chill

📋 copy color: '#388785'

red 56 ◦ green 135 ◦ blue 133

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

Shades of Blue Chill #388785

Tints of Blue Chill #388785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 17.28%
G = 41.67%
B = 41.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#388785 (or 0x388785) is known color: Blue Chill. HEX triplet: 38, 87 and 85. RGB value is (56,135,133). Sum of RGB (Red+Green+Blue) = 56+135+133=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #388785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388785 is #C7787A. Grayscale: #6F6F6F. Windows color (decimal): -13072507 or 8750904. OLE color: 8750904.

HSL color Cylindrical-coordinate representation of color #388785: hue angle of 178.48º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388785 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 133 -
CMYK 0.59 0 0.01 0.47
HSL 178.48º 0.41% 0.37% -
HSV(B) 178.48º 0.59% 0.53% -
XYZ 14.53 19.86 25.26 -
YUV 111.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 56 135 133 0.59 0 0.01 0.47 178.48 0.41 0.37
Hex 38 87 85 3B 0 1 2F B2 29 25
Octal 70 207 205 73 0 1 57 262 51 45
Binary 111000 10000111 10000101 111011 0 1 101111 10110010 101001 100101

Color Harmonies of #388785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388785

Black with #388785

Text Example


Text Example

White with #388785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388785; }

 p { color: rgb(56,135,133); }

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

background-color css

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

 a { background-color: rgb(56,135,133); }

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

border-color css

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

 span { border-color: rgb(56,135,133); }

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