Html Css Color HEX #425765 San Juan

📋 copy color: '#425765'

red 66 ◦ green 87 ◦ blue 101

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

Shades of San Juan #425765

Tints of San Juan #425765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 25.98%
G = 34.25%
B = 39.76%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#425765 (or 0x425765) is known color: San Juan. HEX triplet: 42, 57 and 65. RGB value is (66,87,101). Sum of RGB (Red+Green+Blue) = 66+87+101=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #425765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425765 is #BDA89A. Grayscale: #525252. Windows color (decimal): -12429467 or 6641474. OLE color: 6641474.

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

Color convert

RGB 66 87 101 -
CMYK 0.35 0.14 0 0.60
HSL 204º 0.21% 0.33% -
HSV(B) 204º 0.35% 0.4% -
XYZ 8 8.91 13.61 -
YUV 82.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 66 87 101 0.35 0.14 0 0.60 204 0.21 0.33
Hex 42 57 65 23 E 0 3C CC 15 21
Octal 102 127 145 43 16 0 74 314 25 41
Binary 1000010 1010111 1100101 100011 1110 0 111100 11001100 10101 100001

Color Harmonies of #425765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425765

Black with #425765

Text Example


Text Example

White with #425765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425765; }

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

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

background-color css

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

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

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

border-color css

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

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

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