Html Css Color HEX #425766 San Juan

📋 copy color: '#425766'

red 66 ◦ green 87 ◦ blue 102

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

Shades of San Juan #425766

Tints of San Juan #425766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 102 (40.23% from 255) = 40%

R = 25.88%
G = 34.12%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#425766 (or 0x425766) is known color: San Juan. HEX triplet: 42, 57 and 66. RGB value is (66,87,102). Sum of RGB (Red+Green+Blue) = 66+87+102=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #425766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425766 is #BDA899. Grayscale: #525252. Windows color (decimal): -12429466 or 6707010. OLE color: 6707010.

HSL color Cylindrical-coordinate representation of color #425766: hue angle of 205º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425766 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 87 102 -
CMYK 0.35 0.15 0 0.6
HSL 205º 0.21% 0.33% -
HSV(B) 205º 0.35% 0.4% -
XYZ 8.05 8.93 13.87 -
YUV 82.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 66 87 102 0.35 0.15 0 0.6 205 0.21 0.33
Hex 42 57 66 23 F 0 3C CD 15 21
Octal 102 127 146 43 17 0 74 315 25 41
Binary 1000010 1010111 1100110 100011 1111 0 111100 11001101 10101 100001

Color Harmonies of #425766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425766

Black with #425766

Text Example


Text Example

White with #425766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425766; }

 p { color: rgb(66,87,102); }

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

background-color css

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

 a { background-color: rgb(66,87,102); }

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

border-color css

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

 span { border-color: rgb(66,87,102); }

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