Html Css Color HEX #425B6E San Juan

📋 copy color: '#425B6E'

red 66 ◦ green 91 ◦ blue 110

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

Shades of San Juan #425B6E

Tints of San Juan #425B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.08%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 24.72%
G = 34.08%
B = 41.2%

CMYK

 C value IS 0.4

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#425B6E (or 0x425B6E) is known color: San Juan. HEX triplet: 42, 5B and 6E. RGB value is (66,91,110). Sum of RGB (Red+Green+Blue) = 66+91+110=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #425B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B6E is #BDA491. Grayscale: #555555. Windows color (decimal): -12428434 or 7232322. OLE color: 7232322.

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

Color convert

RGB 66 91 110 -
CMYK 0.4 0.17 0 0.57
HSL 205.91º 0.25% 0.35% -
HSV(B) 205.91º 0.4% 0.43% -
XYZ 8.8 9.77 16.17 -
YUV 85.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 66 91 110 0.4 0.17 0 0.57 205.91 0.25 0.35
Hex 42 5B 6E 28 11 0 39 CE 19 23
Octal 102 133 156 50 21 0 71 316 31 43
Binary 1000010 1011011 1101110 101000 10001 0 111001 11001110 11001 100011

Color Harmonies of #425B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B6E

Black with #425B6E

Text Example


Text Example

White with #425B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,91,110); }

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

background-color css

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

 a { background-color: rgb(66,91,110); }

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

border-color css

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

 span { border-color: rgb(66,91,110); }

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