Html Css Color HEX #34466C Port Gore

📋 copy color: '#34466C'

red 52 ◦ green 70 ◦ blue 108

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

Shades of Port Gore #34466C

Tints of Port Gore #34466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.43%

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

R = 22.61%
G = 30.43%
B = 46.96%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34466C (or 0x34466C) is known color: Port Gore. HEX triplet: 34, 46 and 6C. RGB value is (52,70,108). Sum of RGB (Red+Green+Blue) = 52+70+108=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #34466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34466C is #CBB993. Grayscale: #444444. Windows color (decimal): -13351316 or 7095860. OLE color: 7095860.

HSL color Cylindrical-coordinate representation of color #34466C: hue angle of 220.71º 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 #34466C is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 70 108 -
CMYK 0.52 0.35 0 0.58
HSL 220.71º 0.35% 0.31% -
HSV(B) 220.71º 0.52% 0.42% -
XYZ 6.31 6.19 15.05 -
YUV 68.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 52 70 108 0.52 0.35 0 0.58 220.71 0.35 0.31
Hex 34 46 6C 34 23 0 3A DD 23 1F
Octal 64 106 154 64 43 0 72 335 43 37
Binary 110100 1000110 1101100 110100 100011 0 111010 11011101 100011 11111

Color Harmonies of #34466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34466C

Black with #34466C

Text Example


Text Example

White with #34466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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