#3698B3

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

Shades of Pelorous #3698B3

Tints of Pelorous #3698B3

Color information

#3698B3 (or 0x3698B3) is unknown color: approx Pelorous. HEX triplet: 36, 98 and B3. RGB value is (54,152,179). Sum of RGB (Red+Green+Blue) = 54+152+179=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #3698B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3698B3 is #C9674C. Grayscale: #7D7D7D. Windows color (decimal): -13199181 or 11769910. OLE color: 11769910.

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

Color convert

RGB54152179-
CMYK0.700.1500.30
HSL192.96º53.65%45.69%-
HSV(B)192.96º69.83%70.2%-
XYZ20.8926.546.66-
YUV125.78158.0376.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.03%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 179 (70.31% from 255) = 46.49%
R=14.03%
G=39.48%
B=46.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541521790.700.1500.30192.9653.6545.69
Hex3698B346F01Ec1362e
Octal66230263106170363016656
Binary11011010011000101100111000110111101111011000001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3698B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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