Html Css Color HEX #377281 Calypso

📋 copy color: '#377281'

red 55 ◦ green 114 ◦ blue 129

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

Shades of Calypso #377281

Tints of Calypso #377281

RGB

 RED value IS 55 (21.88% from 255) = 18.46%

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

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 18.46%
G = 38.26%
B = 43.29%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377281 (or 0x377281) is known color: Calypso. HEX triplet: 37, 72 and 81. RGB value is (55,114,129). Sum of RGB (Red+Green+Blue) = 55+114+129=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #377281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377281 is #C88D7E. Grayscale: #616161. Windows color (decimal): -13143423 or 8483383. OLE color: 8483383.

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

Color convert

RGB 55 114 129 -
CMYK 0.57 0.12 0 0.49
HSL 192.16º 0.4% 0.36% -
HSV(B) 192.16º 0.57% 0.51% -
XYZ 11.56 14.43 22.95 -
YUV 98.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 55 114 129 0.57 0.12 0 0.49 192.16 0.4 0.36
Hex 37 72 81 39 C 0 31 C0 28 24
Octal 67 162 201 71 14 0 61 300 50 44
Binary 110111 1110010 10000001 111001 1100 0 110001 11000000 101000 100100

Color Harmonies of #377281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377281

Black with #377281

Text Example


Text Example

White with #377281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377281; }

 p { color: rgb(55,114,129); }

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

background-color css

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

 a { background-color: rgb(55,114,129); }

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

border-color css

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

 span { border-color: rgb(55,114,129); }

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