Html Css Color HEX #425864 San Juan

📋 copy color: '#425864'

red 66 ◦ green 88 ◦ blue 100

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

Shades of San Juan #425864

Tints of San Juan #425864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.37%

R = 25.98%
G = 34.65%
B = 39.37%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#425864 (or 0x425864) is known color: San Juan. HEX triplet: 42, 58 and 64. RGB value is (66,88,100). Sum of RGB (Red+Green+Blue) = 66+88+100=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 100 - color contains mainly: blue. Hex color #425864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425864 is #BDA79B. Grayscale: #525252. Windows color (decimal): -12429212 or 6576194. OLE color: 6576194.

HSL color Cylindrical-coordinate representation of color #425864: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425864 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 88 100 -
CMYK 0.34 0.12 0 0.61
HSL 201.18º 0.2% 0.33% -
HSV(B) 201.18º 0.34% 0.39% -
XYZ 8.04 9.06 13.38 -
YUV 82.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 66 88 100 0.34 0.12 0 0.61 201.18 0.2 0.33
Hex 42 58 64 22 C 0 3D C9 14 21
Octal 102 130 144 42 14 0 75 311 24 41
Binary 1000010 1011000 1100100 100010 1100 0 111101 11001001 10100 100001

Color Harmonies of #425864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425864

Black with #425864

Text Example


Text Example

White with #425864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425864; }

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

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

background-color css

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

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

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

border-color css

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

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

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