Html Css Color HEX #425867 San Juan

📋 copy color: '#425867'

red 66 ◦ green 88 ◦ blue 103

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

Shades of San Juan #425867

Tints of San Juan #425867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 25.68%
G = 34.24%
B = 40.08%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#425867 (or 0x425867) is known color: San Juan. HEX triplet: 42, 58 and 67. RGB value is (66,88,103). Sum of RGB (Red+Green+Blue) = 66+88+103=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #425867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425867 is #BDA798. Grayscale: #535353. Windows color (decimal): -12429209 or 6772802. OLE color: 6772802.

HSL color Cylindrical-coordinate representation of color #425867: hue angle of 204.32º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425867 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 88 103 -
CMYK 0.36 0.15 0 0.60
HSL 204.32º 0.22% 0.33% -
HSV(B) 204.32º 0.36% 0.4% -
XYZ 8.18 9.12 14.16 -
YUV 83.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 66 88 103 0.36 0.15 0 0.60 204.32 0.22 0.33
Hex 42 58 67 24 F 0 3C CC 16 21
Octal 102 130 147 44 17 0 74 314 26 41
Binary 1000010 1011000 1100111 100100 1111 0 111100 11001100 10110 100001

Color Harmonies of #425867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425867

Black with #425867

Text Example


Text Example

White with #425867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425867; }

 p { color: rgb(66,88,103); }

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

background-color css

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

 a { background-color: rgb(66,88,103); }

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

border-color css

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

 span { border-color: rgb(66,88,103); }

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