Html Css Color HEX #425862 San Juan

📋 copy color: '#425862'

red 66 ◦ green 88 ◦ blue 98

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

Shades of San Juan #425862

Tints of San Juan #425862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 26.19%
G = 34.92%
B = 38.89%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425862 (or 0x425862) is known color: San Juan. HEX triplet: 42, 58 and 62. RGB value is (66,88,98). Sum of RGB (Red+Green+Blue) = 66+88+98=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #425862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425862 is #BDA79D. Grayscale: #525252. Windows color (decimal): -12429214 or 6445122. OLE color: 6445122.

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

Color convert

RGB 66 88 98 -
CMYK 0.33 0.10 0 0.62
HSL 198.75º 0.2% 0.32% -
HSV(B) 198.75º 0.33% 0.38% -
XYZ 7.94 9.02 12.88 -
YUV 82.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 66 88 98 0.33 0.10 0 0.62 198.75 0.2 0.32
Hex 42 58 62 21 A 0 3E C7 14 20
Octal 102 130 142 41 12 0 76 307 24 40
Binary 1000010 1011000 1100010 100001 1010 0 111110 11000111 10100 100000

Color Harmonies of #425862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425862

Black with #425862

Text Example


Text Example

White with #425862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425862; }

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

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

background-color css

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

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

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

border-color css

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

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

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