Html Css Color HEX #425360 San Juan

📋 copy color: '#425360'

red 66 ◦ green 83 ◦ blue 96

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

Shades of San Juan #425360

Tints of San Juan #425360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 26.94%
G = 33.88%
B = 39.18%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425360 (or 0x425360) is known color: San Juan. HEX triplet: 42, 53 and 60. RGB value is (66,83,96). Sum of RGB (Red+Green+Blue) = 66+83+96=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #425360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425360 is #BDAC9F. Grayscale: #4F4F4F. Windows color (decimal): -12430496 or 6312770. OLE color: 6312770.

HSL color Cylindrical-coordinate representation of color #425360: hue angle of 206º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425360 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 83 96 -
CMYK 0.31 0.14 0 0.62
HSL 206º 0.19% 0.32% -
HSV(B) 206º 0.31% 0.38% -
XYZ 7.45 8.19 12.25 -
YUV 79.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 66 83 96 0.31 0.14 0 0.62 206 0.19 0.32
Hex 42 53 60 1F E 0 3E CE 13 20
Octal 102 123 140 37 16 0 76 316 23 40
Binary 1000010 1010011 1100000 11111 1110 0 111110 11001110 10011 100000

Color Harmonies of #425360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425360

Black with #425360

Text Example


Text Example

White with #425360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425360; }

 p { color: rgb(66,83,96); }

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

background-color css

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

 a { background-color: rgb(66,83,96); }

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

border-color css

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

 span { border-color: rgb(66,83,96); }

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