#3498B3

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

Shades of Pelorous #3498B3

Tints of Pelorous #3498B3

Color information

#3498B3 (or 0x3498B3) is unknown color: approx Pelorous. HEX triplet: 34, 98 and B3. RGB value is (52,152,179). Sum of RGB (Red+Green+Blue) = 52+152+179=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #3498B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498B3 is #CB674C. Grayscale: #7C7C7C. Windows color (decimal): -13330253 or 11769908. OLE color: 11769908.

HSL color Cylindrical-coordinate representation of color #3498B3: hue angle of 192.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3498B3 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52152179-
CMYK0.710.1500.30
HSL192.76º54.98%45.29%-
HSV(B)192.76º70.95%70.2%-
XYZ20.7826.4446.66-
YUV125.18158.3775.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=13.58%
G=39.69%
B=46.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521521790.710.1500.30192.7654.9845.29
Hex3498B347F01Ec1372d
Octal64230263107170363016755
Binary11010010011000101100111000111111101111011000001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3498B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3498B3; }

 p { color: rgb(52,152,179); }

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

<style>
 a { background-color: #3498B3; }

 a { background-color: rgb(52,152,179); }

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

<style>
 span { border-color: #3498B3; }

 span { border-color: rgb(52,152,179); }

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