Html Css Color HEX #425D6C San Juan

📋 copy color: '#425D6C'

red 66 ◦ green 93 ◦ blue 108

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

Shades of San Juan #425D6C

Tints of San Juan #425D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

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

R = 24.72%
G = 34.83%
B = 40.45%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#425D6C (or 0x425D6C) is known color: San Juan. HEX triplet: 42, 5D and 6C. RGB value is (66,93,108). Sum of RGB (Red+Green+Blue) = 66+93+108=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #425D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D6C is #BDA293. Grayscale: #565656. Windows color (decimal): -12427924 or 7101762. OLE color: 7101762.

HSL color Cylindrical-coordinate representation of color #425D6C: hue angle of 201.43º 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 #425D6C is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 93 108 -
CMYK 0.39 0.14 0 0.58
HSL 201.43º 0.24% 0.34% -
HSV(B) 201.43º 0.39% 0.42% -
XYZ 8.87 10.07 15.66 -
YUV 86.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 66 93 108 0.39 0.14 0 0.58 201.43 0.24 0.34
Hex 42 5D 6C 27 E 0 3A C9 18 22
Octal 102 135 154 47 16 0 72 311 30 42
Binary 1000010 1011101 1101100 100111 1110 0 111010 11001001 11000 100010

Color Harmonies of #425D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D6C

Black with #425D6C

Text Example


Text Example

White with #425D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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