#349CBC

Color #349CBC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #349CBC

Tints of Pelorous #349CBC

Color information

#349CBC (or 0x349CBC) is unknown color: approx Pelorous. HEX triplet: 34, 9C and BC. RGB value is (52,156,188). Sum of RGB (Red+Green+Blue) = 52+156+188=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #349CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CBC is #CB6343. Grayscale: #808080. Windows color (decimal): -13329220 or 12360756. OLE color: 12360756.

HSL color Cylindrical-coordinate representation of color #349CBC: hue angle of 194.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349CBC is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB52156188-
CMYK0.720.1700.26
HSL194.12º56.67%47.06%-
HSV(B)194.12º72.34%73.73%-
XYZ22.3828.1451.83-
YUV128.55161.5473.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.13%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=13.13%
G=39.39%
B=47.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521561880.720.1700.26194.1256.6747.06
Hex349CBC481101Ac2392f
Octal64234274110210323027157
Binary110100100111001011110010010001000101101011000010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349CBC; }

 p { color: rgb(52,156,188); }

 H1.HeaderClassName
 {
   color: #349CBC;
 }
 .AnyTagClassName
 {
   color: #349CBC;
 }
</style>
background-color css

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

 a { background-color: rgb(52,156,188); }

 div.DivClassName
 {
   background-color: #349CBC;
 }
 .BgClassName
 {
   background-color: #349CBC;
 }
</style>
border-color css

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

 span { border-color: rgb(52,156,188); }

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