Html Css Color HEX #417283 Calypso

📋 copy color: '#417283'

red 65 ◦ green 114 ◦ blue 131

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

Shades of Calypso #417283

Tints of Calypso #417283

RGB

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

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

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

R = 20.97%
G = 36.77%
B = 42.26%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#417283 (or 0x417283) is known color: Calypso. HEX triplet: 41, 72 and 83. RGB value is (65,114,131). Sum of RGB (Red+Green+Blue) = 65+114+131=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #417283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417283 is #BE8D7C. Grayscale: #656565. Windows color (decimal): -12488061 or 8614465. OLE color: 8614465.

HSL color Cylindrical-coordinate representation of color #417283: hue angle of 195.45º 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 #417283 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 114 131 -
CMYK 0.50 0.13 0 0.49
HSL 195.45º 0.34% 0.38% -
HSV(B) 195.45º 0.5% 0.51% -
XYZ 12.29 14.8 23.68 -
YUV 101.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 65 114 131 0.50 0.13 0 0.49 195.45 0.34 0.38
Hex 41 72 83 32 D 0 31 C3 22 26
Octal 101 162 203 62 15 0 61 303 42 46
Binary 1000001 1110010 10000011 110010 1101 0 110001 11000011 100010 100110

Color Harmonies of #417283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417283

Black with #417283

Text Example


Text Example

White with #417283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417283; }

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

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

background-color css

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

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

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

border-color css

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

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

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