Html Css Color HEX #425A6A San Juan

📋 copy color: '#425A6A'

red 66 ◦ green 90 ◦ blue 106

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

Shades of San Juan #425A6A

Tints of San Juan #425A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

 BLUE value IS 106 (41.8% from 255) = 40.46%

R = 25.19%
G = 34.35%
B = 40.46%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#425A6A (or 0x425A6A) is known color: San Juan. HEX triplet: 42, 5A and 6A. RGB value is (66,90,106). Sum of RGB (Red+Green+Blue) = 66+90+106=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #425A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A6A is #BDA595. Grayscale: #545454. Windows color (decimal): -12428694 or 6969922. OLE color: 6969922.

HSL color Cylindrical-coordinate representation of color #425A6A: hue angle of 204º degrees, saturation: 0.23, 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 #425A6A is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 90 106 -
CMYK 0.38 0.15 0 0.58
HSL 204º 0.23% 0.34% -
HSV(B) 204º 0.38% 0.42% -
XYZ 8.5 9.51 15.02 -
YUV 84.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 66 90 106 0.38 0.15 0 0.58 204 0.23 0.34
Hex 42 5A 6A 26 F 0 3A CC 17 22
Octal 102 132 152 46 17 0 72 314 27 42
Binary 1000010 1011010 1101010 100110 1111 0 111010 11001100 10111 100010

Color Harmonies of #425A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A6A

Black with #425A6A

Text Example


Text Example

White with #425A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,90,106); }

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

background-color css

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

 a { background-color: rgb(66,90,106); }

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

border-color css

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

 span { border-color: rgb(66,90,106); }

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