Html Css Color HEX #447384 Calypso

📋 copy color: '#447384'

red 68 ◦ green 115 ◦ blue 132

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

Shades of Calypso #447384

Tints of Calypso #447384

RGB

 RED value IS 68 (26.95% from 255) = 21.59%

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 21.59%
G = 36.51%
B = 41.9%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447384 (or 0x447384) is known color: Calypso. HEX triplet: 44, 73 and 84. RGB value is (68,115,132). Sum of RGB (Red+Green+Blue) = 68+115+132=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #447384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447384 is #BB8C7B. Grayscale: #666666. Windows color (decimal): -12291196 or 8680260. OLE color: 8680260.

HSL color Cylindrical-coordinate representation of color #447384: hue angle of 195.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447384 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 115 132 -
CMYK 0.48 0.13 0 0.48
HSL 195.94º 0.32% 0.39% -
HSV(B) 195.94º 0.48% 0.52% -
XYZ 12.68 15.16 24.09 -
YUV 102.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 68 115 132 0.48 0.13 0 0.48 195.94 0.32 0.39
Hex 44 73 84 30 D 0 30 C4 20 27
Octal 104 163 204 60 15 0 60 304 40 47
Binary 1000100 1110011 10000100 110000 1101 0 110000 11000100 100000 100111

Color Harmonies of #447384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447384

Black with #447384

Text Example


Text Example

White with #447384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447384; }

 p { color: rgb(68,115,132); }

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

background-color css

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

 a { background-color: rgb(68,115,132); }

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

border-color css

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

 span { border-color: rgb(68,115,132); }

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