Html Css Color HEX #417383 Calypso

📋 copy color: '#417383'

red 65 ◦ green 115 ◦ blue 131

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

Shades of Calypso #417383

Tints of Calypso #417383

RGB

 RED value IS 65 (25.78% from 255) = 20.9%

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

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

R = 20.9%
G = 36.98%
B = 42.12%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#417383 (or 0x417383) is known color: Calypso. HEX triplet: 41, 73 and 83. RGB value is (65,115,131). Sum of RGB (Red+Green+Blue) = 65+115+131=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #417383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417383 is #BE8C7C. Grayscale: #656565. Windows color (decimal): -12487805 or 8614721. OLE color: 8614721.

HSL color Cylindrical-coordinate representation of color #417383: hue angle of 194.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #417383 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 115 131 -
CMYK 0.50 0.12 0 0.49
HSL 194.55º 0.34% 0.38% -
HSV(B) 194.55º 0.5% 0.51% -
XYZ 12.41 15.02 23.72 -
YUV 101.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 65 115 131 0.50 0.12 0 0.49 194.55 0.34 0.38
Hex 41 73 83 32 C 0 31 C3 22 26
Octal 101 163 203 62 14 0 61 303 42 46
Binary 1000001 1110011 10000011 110010 1100 0 110001 11000011 100010 100110

Color Harmonies of #417383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417383

Black with #417383

Text Example


Text Example

White with #417383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417383; }

 p { color: rgb(65,115,131); }

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

background-color css

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

 a { background-color: rgb(65,115,131); }

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

border-color css

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

 span { border-color: rgb(65,115,131); }

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