Html Css Color HEX #34426C Port Gore

📋 copy color: '#34426C'

red 52 ◦ green 66 ◦ blue 108

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

Shades of Port Gore #34426C

Tints of Port Gore #34426C

RGB

 RED value IS 52 (20.7% from 255) = 23.01%

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

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 23.01%
G = 29.2%
B = 47.79%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34426C (or 0x34426C) is known color: Port Gore. HEX triplet: 34, 42 and 6C. RGB value is (52,66,108). Sum of RGB (Red+Green+Blue) = 52+66+108=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #34426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34426C is #CBBD93. Grayscale: #424242. Windows color (decimal): -13352340 or 7094836. OLE color: 7094836.

HSL color Cylindrical-coordinate representation of color #34426C: hue angle of 225º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34426C is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 66 108 -
CMYK 0.52 0.39 0 0.58
HSL 225º 0.35% 0.31% -
HSV(B) 225º 0.52% 0.42% -
XYZ 6.07 5.71 14.97 -
YUV 66.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 52 66 108 0.52 0.39 0 0.58 225 0.35 0.31
Hex 34 42 6C 34 27 0 3A E1 23 1F
Octal 64 102 154 64 47 0 72 341 43 37
Binary 110100 1000010 1101100 110100 100111 0 111010 11100001 100011 11111

Color Harmonies of #34426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34426C

Black with #34426C

Text Example


Text Example

White with #34426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34426C; }

 p { color: rgb(52,66,108); }

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

background-color css

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

 a { background-color: rgb(52,66,108); }

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

border-color css

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

 span { border-color: rgb(52,66,108); }

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