Html Css Color HEX #425A6D San Juan

📋 copy color: '#425A6D'

red 66 ◦ green 90 ◦ blue 109

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

Shades of San Juan #425A6D

Tints of San Juan #425A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 24.91%
G = 33.96%
B = 41.13%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#425A6D (or 0x425A6D) is known color: San Juan. HEX triplet: 42, 5A and 6D. RGB value is (66,90,109). Sum of RGB (Red+Green+Blue) = 66+90+109=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #425A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A6D is #BDA592. Grayscale: #545454. Windows color (decimal): -12428691 or 7166530. OLE color: 7166530.

HSL color Cylindrical-coordinate representation of color #425A6D: hue angle of 206.51º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425A6D is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 90 109 -
CMYK 0.39 0.17 0 0.57
HSL 206.51º 0.25% 0.34% -
HSV(B) 206.51º 0.39% 0.43% -
XYZ 8.66 9.57 15.86 -
YUV 84.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 66 90 109 0.39 0.17 0 0.57 206.51 0.25 0.34
Hex 42 5A 6D 27 11 0 39 CF 19 22
Octal 102 132 155 47 21 0 71 317 31 42
Binary 1000010 1011010 1101101 100111 10001 0 111001 11001111 11001 100010

Color Harmonies of #425A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A6D

Black with #425A6D

Text Example


Text Example

White with #425A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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