Html Css Color HEX #425865 San Juan

📋 copy color: '#425865'

red 66 ◦ green 88 ◦ blue 101

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

Shades of San Juan #425865

Tints of San Juan #425865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 25.88%
G = 34.51%
B = 39.61%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#425865 (or 0x425865) is known color: San Juan. HEX triplet: 42, 58 and 65. RGB value is (66,88,101). Sum of RGB (Red+Green+Blue) = 66+88+101=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #425865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425865 is #BDA79A. Grayscale: #525252. Windows color (decimal): -12429211 or 6641730. OLE color: 6641730.

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

Color convert

RGB 66 88 101 -
CMYK 0.35 0.13 0 0.60
HSL 202.29º 0.21% 0.33% -
HSV(B) 202.29º 0.35% 0.4% -
XYZ 8.09 9.08 13.64 -
YUV 82.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 66 88 101 0.35 0.13 0 0.60 202.29 0.21 0.33
Hex 42 58 65 23 D 0 3C CA 15 21
Octal 102 130 145 43 15 0 74 312 25 41
Binary 1000010 1011000 1100101 100011 1101 0 111100 11001010 10101 100001

Color Harmonies of #425865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425865

Black with #425865

Text Example


Text Example

White with #425865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425865; }

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

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

background-color css

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

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

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

border-color css

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

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

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