Html Css Color HEX #425C6C San Juan

📋 copy color: '#425C6C'

red 66 ◦ green 92 ◦ blue 108

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

Shades of San Juan #425C6C

Tints of San Juan #425C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 24.81%
G = 34.59%
B = 40.6%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#425C6C (or 0x425C6C) is known color: San Juan. HEX triplet: 42, 5C and 6C. RGB value is (66,92,108). Sum of RGB (Red+Green+Blue) = 66+92+108=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #425C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C6C is #BDA393. Grayscale: #555555. Windows color (decimal): -12428180 or 7101506. OLE color: 7101506.

HSL color Cylindrical-coordinate representation of color #425C6C: hue angle of 202.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425C6C is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 92 108 -
CMYK 0.39 0.15 0 0.58
HSL 202.86º 0.24% 0.34% -
HSV(B) 202.86º 0.39% 0.42% -
XYZ 8.78 9.9 15.63 -
YUV 86.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 66 92 108 0.39 0.15 0 0.58 202.86 0.24 0.34
Hex 42 5C 6C 27 F 0 3A CB 18 22
Octal 102 134 154 47 17 0 72 313 30 42
Binary 1000010 1011100 1101100 100111 1111 0 111010 11001011 11000 100010

Color Harmonies of #425C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C6C

Black with #425C6C

Text Example


Text Example

White with #425C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C6C; }

 p { color: rgb(66,92,108); }

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

background-color css

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

 a { background-color: rgb(66,92,108); }

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

border-color css

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

 span { border-color: rgb(66,92,108); }

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