Html Css Color HEX #425A68 San Juan

📋 copy color: '#425A68'

red 66 ◦ green 90 ◦ blue 104

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

Shades of San Juan #425A68

Tints of San Juan #425A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40%

R = 25.38%
G = 34.62%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#425A68 (or 0x425A68) is known color: San Juan. HEX triplet: 42, 5A and 68. RGB value is (66,90,104). Sum of RGB (Red+Green+Blue) = 66+90+104=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #425A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A68 is #BDA597. Grayscale: #545454. Windows color (decimal): -12428696 or 6838850. OLE color: 6838850.

HSL color Cylindrical-coordinate representation of color #425A68: hue angle of 202.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425A68 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 90 104 -
CMYK 0.37 0.13 0 0.59
HSL 202.11º 0.22% 0.33% -
HSV(B) 202.11º 0.37% 0.41% -
XYZ 8.4 9.47 14.48 -
YUV 84.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 66 90 104 0.37 0.13 0 0.59 202.11 0.22 0.33
Hex 42 5A 68 25 D 0 3B CA 16 21
Octal 102 132 150 45 15 0 73 312 26 41
Binary 1000010 1011010 1101000 100101 1101 0 111011 11001010 10110 100001

Color Harmonies of #425A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A68

Black with #425A68

Text Example


Text Example

White with #425A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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