Html Css Color HEX #425261 Cello

📋 copy color: '#425261'

red 66 ◦ green 82 ◦ blue 97

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

Shades of Cello #425261

Tints of Cello #425261

RGB

 RED value IS 66 (26.17% from 255) = 26.94%

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

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

R = 26.94%
G = 33.47%
B = 39.59%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425261 (or 0x425261) is known color: Cello. HEX triplet: 42, 52 and 61. RGB value is (66,82,97). Sum of RGB (Red+Green+Blue) = 66+82+97=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #425261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425261 is #BDAD9E. Grayscale: #4E4E4E. Windows color (decimal): -12430751 or 6378050. OLE color: 6378050.

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

Color convert

RGB 66 82 97 -
CMYK 0.32 0.15 0 0.62
HSL 209.03º 0.19% 0.32% -
HSV(B) 209.03º 0.32% 0.38% -
XYZ 7.42 8.06 12.47 -
YUV 78.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 66 82 97 0.32 0.15 0 0.62 209.03 0.19 0.32
Hex 42 52 61 20 F 0 3E D1 13 20
Octal 102 122 141 40 17 0 76 321 23 40
Binary 1000010 1010010 1100001 100000 1111 0 111110 11010001 10011 100000

Color Harmonies of #425261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425261

Black with #425261

Text Example


Text Example

White with #425261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425261; }

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

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

background-color css

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

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

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

border-color css

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

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

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