Html Css Color HEX #425361 Cello

📋 copy color: '#425361'

red 66 ◦ green 83 ◦ blue 97

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

Shades of Cello #425361

Tints of Cello #425361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 26.83%
G = 33.74%
B = 39.43%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425361 (or 0x425361) is known color: Cello. HEX triplet: 42, 53 and 61. RGB value is (66,83,97). Sum of RGB (Red+Green+Blue) = 66+83+97=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #425361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425361 is #BDAC9E. Grayscale: #4F4F4F. Windows color (decimal): -12430495 or 6378306. OLE color: 6378306.

HSL color Cylindrical-coordinate representation of color #425361: hue angle of 207.1º 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 #425361 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 83 97 -
CMYK 0.32 0.14 0 0.62
HSL 207.1º 0.19% 0.32% -
HSV(B) 207.1º 0.32% 0.38% -
XYZ 7.5 8.21 12.5 -
YUV 79.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 66 83 97 0.32 0.14 0 0.62 207.1 0.19 0.32
Hex 42 53 61 20 E 0 3E CF 13 20
Octal 102 123 141 40 16 0 76 317 23 40
Binary 1000010 1010011 1100001 100000 1110 0 111110 11001111 10011 100000

Color Harmonies of #425361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425361

Black with #425361

Text Example


Text Example

White with #425361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425361; }

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

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

background-color css

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

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

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

border-color css

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

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

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