Html Css Color HEX #388583 Blue Chill

📋 copy color: '#388583'

red 56 ◦ green 133 ◦ blue 131

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

Shades of Blue Chill #388583

Tints of Blue Chill #388583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 17.5%
G = 41.56%
B = 40.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#388583 (or 0x388583) is known color: Blue Chill. HEX triplet: 38, 85 and 83. RGB value is (56,133,131). Sum of RGB (Red+Green+Blue) = 56+133+131=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #388583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388583 is #C77A7C. Grayscale: #6D6D6D. Windows color (decimal): -13073021 or 8619320. OLE color: 8619320.

HSL color Cylindrical-coordinate representation of color #388583: hue angle of 178.44º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388583 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 131 -
CMYK 0.58 0 0.02 0.48
HSL 178.44º 0.41% 0.37% -
HSV(B) 178.44º 0.58% 0.52% -
XYZ 14.12 19.25 24.45 -
YUV 109.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 56 133 131 0.58 0 0.02 0.48 178.44 0.41 0.37
Hex 38 85 83 3A 0 2 30 B2 29 25
Octal 70 205 203 72 0 2 60 262 51 45
Binary 111000 10000101 10000011 111010 0 10 110000 10110010 101001 100101

Color Harmonies of #388583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388583

Black with #388583

Text Example


Text Example

White with #388583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388583; }

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

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

background-color css

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

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

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

border-color css

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

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

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