Html Css Color HEX #346CB0 Lochmara

📋 copy color: '#346CB0'

red 52 ◦ green 108 ◦ blue 176

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

Shades of Lochmara #346CB0

Tints of Lochmara #346CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

 BLUE value IS 176 (69.14% from 255) = 52.38%

R = 15.48%
G = 32.14%
B = 52.38%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#346CB0 (or 0x346CB0) is known color: Lochmara. HEX triplet: 34, 6C and B0. RGB value is (52,108,176). Sum of RGB (Red+Green+Blue) = 52+108+176=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #346CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346CB0 is #CB934F. Grayscale: #626262. Windows color (decimal): -13341520 or 11562036. OLE color: 11562036.

HSL color Cylindrical-coordinate representation of color #346CB0: hue angle of 212.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346CB0 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 108 176 -
CMYK 0.70 0.39 0 0.31
HSL 212.9º 0.54% 0.45% -
HSV(B) 212.9º 0.7% 0.69% -
XYZ 14.62 14.59 43.12 -
YUV 99.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 52 108 176 0.70 0.39 0 0.31 212.9 0.54 0.45
Hex 34 6C B0 46 27 0 1F D5 36 2D
Octal 64 154 260 106 47 0 37 325 66 55
Binary 110100 1101100 10110000 1000110 100111 0 11111 11010101 110110 101101

Color Harmonies of #346CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CB0

Black with #346CB0

Text Example


Text Example

White with #346CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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