Html Css Color HEX #425863 San Juan

📋 copy color: '#425863'

red 66 ◦ green 88 ◦ blue 99

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

Shades of San Juan #425863

Tints of San Juan #425863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.13%

R = 26.09%
G = 34.78%
B = 39.13%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#425863 (or 0x425863) is known color: San Juan. HEX triplet: 42, 58 and 63. RGB value is (66,88,99). Sum of RGB (Red+Green+Blue) = 66+88+99=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #425863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425863 is #BDA79C. Grayscale: #525252. Windows color (decimal): -12429213 or 6510658. OLE color: 6510658.

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

Color convert

RGB 66 88 99 -
CMYK 0.33 0.11 0 0.61
HSL 200º 0.2% 0.32% -
HSV(B) 200º 0.33% 0.39% -
XYZ 7.99 9.04 13.13 -
YUV 82.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 66 88 99 0.33 0.11 0 0.61 200 0.2 0.32
Hex 42 58 63 21 B 0 3D C8 14 20
Octal 102 130 143 41 13 0 75 310 24 40
Binary 1000010 1011000 1100011 100001 1011 0 111101 11001000 10100 100000

Color Harmonies of #425863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425863

Black with #425863

Text Example


Text Example

White with #425863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425863; }

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

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

background-color css

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

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

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

border-color css

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

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

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