Html Css Color HEX #425E6B San Juan

📋 copy color: '#425E6B'

red 66 ◦ green 94 ◦ blue 107

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

Shades of San Juan #425E6B

Tints of San Juan #425E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.21%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 24.72%
G = 35.21%
B = 40.07%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#425E6B (or 0x425E6B) is known color: San Juan. HEX triplet: 42, 5E and 6B. RGB value is (66,94,107). Sum of RGB (Red+Green+Blue) = 66+94+107=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #425E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E6B is #BDA194. Grayscale: #575757. Windows color (decimal): -12427669 or 7036482. OLE color: 7036482.

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

Color convert

RGB 66 94 107 -
CMYK 0.38 0.12 0 0.58
HSL 199.02º 0.24% 0.34% -
HSV(B) 199.02º 0.38% 0.42% -
XYZ 8.9 10.23 15.41 -
YUV 87.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 66 94 107 0.38 0.12 0 0.58 199.02 0.24 0.34
Hex 42 5E 6B 26 C 0 3A C7 18 22
Octal 102 136 153 46 14 0 72 307 30 42
Binary 1000010 1011110 1101011 100110 1100 0 111010 11000111 11000 100010

Color Harmonies of #425E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E6B

Black with #425E6B

Text Example


Text Example

White with #425E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,94,107); }

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

background-color css

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

 a { background-color: rgb(66,94,107); }

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

border-color css

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

 span { border-color: rgb(66,94,107); }

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