Html Css Color HEX #415261 Cello

📋 copy color: '#415261'

red 65 ◦ green 82 ◦ blue 97

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

Shades of Cello #415261

Tints of Cello #415261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 26.64%
G = 33.61%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415261 (or 0x415261) is known color: Cello. HEX triplet: 41, 52 and 61. RGB value is (65,82,97). Sum of RGB (Red+Green+Blue) = 65+82+97=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #415261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415261 is #BEAD9E. Grayscale: #4E4E4E. Windows color (decimal): -12496287 or 6378049. OLE color: 6378049.

HSL color Cylindrical-coordinate representation of color #415261: hue angle of 208.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415261 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 82 97 -
CMYK 0.33 0.15 0 0.62
HSL 208.13º 0.2% 0.32% -
HSV(B) 208.13º 0.33% 0.38% -
XYZ 7.35 8.02 12.47 -
YUV 78.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 65 82 97 0.33 0.15 0 0.62 208.13 0.2 0.32
Hex 41 52 61 21 F 0 3E D0 14 20
Octal 101 122 141 41 17 0 76 320 24 40
Binary 1000001 1010010 1100001 100001 1111 0 111110 11010000 10100 100000

Color Harmonies of #415261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415261

Black with #415261

Text Example


Text Example

White with #415261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415261; }

 p { color: rgb(65,82,97); }

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

background-color css

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

 a { background-color: rgb(65,82,97); }

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

border-color css

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

 span { border-color: rgb(65,82,97); }

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