Html Css Color HEX #387283 Calypso

📋 copy color: '#387283'

red 56 ◦ green 114 ◦ blue 131

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

Shades of Calypso #387283

Tints of Calypso #387283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 18.6%
G = 37.87%
B = 43.52%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387283 (or 0x387283) is known color: Calypso. HEX triplet: 38, 72 and 83. RGB value is (56,114,131). Sum of RGB (Red+Green+Blue) = 56+114+131=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #387283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387283 is #C78D7C. Grayscale: #626262. Windows color (decimal): -13077885 or 8614456. OLE color: 8614456.

HSL color Cylindrical-coordinate representation of color #387283: hue angle of 193.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387283 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 114 131 -
CMYK 0.57 0.13 0 0.49
HSL 193.6º 0.4% 0.37% -
HSV(B) 193.6º 0.57% 0.51% -
XYZ 11.74 14.51 23.66 -
YUV 98.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 56 114 131 0.57 0.13 0 0.49 193.6 0.4 0.37
Hex 38 72 83 39 D 0 31 C2 28 25
Octal 70 162 203 71 15 0 61 302 50 45
Binary 111000 1110010 10000011 111001 1101 0 110001 11000010 101000 100101

Color Harmonies of #387283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387283

Black with #387283

Text Example


Text Example

White with #387283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387283; }

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

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

background-color css

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

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

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

border-color css

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

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

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