Html Css Color HEX #387285 Calypso

📋 copy color: '#387285'

red 56 ◦ green 114 ◦ blue 133

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

Shades of Calypso #387285

Tints of Calypso #387285

RGB

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

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

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

R = 18.48%
G = 37.62%
B = 43.89%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387285 (or 0x387285) is known color: Calypso. HEX triplet: 38, 72 and 85. RGB value is (56,114,133). Sum of RGB (Red+Green+Blue) = 56+114+133=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #387285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387285 is #C78D7A. Grayscale: #626262. Windows color (decimal): -13077883 or 8745528. OLE color: 8745528.

HSL color Cylindrical-coordinate representation of color #387285: hue angle of 194.81º 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 #387285 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 114 133 -
CMYK 0.58 0.14 0 0.48
HSL 194.81º 0.41% 0.37% -
HSV(B) 194.81º 0.58% 0.52% -
XYZ 11.88 14.57 24.38 -
YUV 98.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 56 114 133 0.58 0.14 0 0.48 194.81 0.41 0.37
Hex 38 72 85 3A E 0 30 C3 29 25
Octal 70 162 205 72 16 0 60 303 51 45
Binary 111000 1110010 10000101 111010 1110 0 110000 11000011 101001 100101

Color Harmonies of #387285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387285

Black with #387285

Text Example


Text Example

White with #387285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387285; }

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

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

background-color css

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

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

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

border-color css

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

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

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