Html Css Color HEX #35426E Port Gore

📋 copy color: '#35426E'

red 53 ◦ green 66 ◦ blue 110

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

Shades of Port Gore #35426E

Tints of Port Gore #35426E

RGB

 RED value IS 53 (21.09% from 255) = 23.14%

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 23.14%
G = 28.82%
B = 48.03%

CMYK

 C value IS 0.52

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35426E (or 0x35426E) is known color: Port Gore. HEX triplet: 35, 42 and 6E. RGB value is (53,66,110). Sum of RGB (Red+Green+Blue) = 53+66+110=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #35426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35426E is #CABD91. Grayscale: #424242. Windows color (decimal): -13286802 or 7225909. OLE color: 7225909.

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

Color convert

RGB 53 66 110 -
CMYK 0.52 0.4 0 0.57
HSL 226.32º 0.35% 0.32% -
HSV(B) 226.32º 0.52% 0.43% -
XYZ 6.23 5.78 15.54 -
YUV 67.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 53 66 110 0.52 0.4 0 0.57 226.32 0.35 0.32
Hex 35 42 6E 34 28 0 39 E2 23 20
Octal 65 102 156 64 50 0 71 342 43 40
Binary 110101 1000010 1101110 110100 101000 0 111001 11100010 100011 100000

Color Harmonies of #35426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35426E

Black with #35426E

Text Example


Text Example

White with #35426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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