#3458BC

Color #3458BC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3458BC

Tints of Cerulean Blue #3458BC

Color information

#3458BC (or 0x3458BC) is unknown color: approx Cerulean Blue. HEX triplet: 34, 58 and BC. RGB value is (52,88,188). Sum of RGB (Red+Green+Blue) = 52+88+188=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #3458BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3458BC is #CBA743. Grayscale: #585858. Windows color (decimal): -13346628 or 12343348. OLE color: 12343348.

HSL color Cylindrical-coordinate representation of color #3458BC: hue angle of 224.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 #3458BC is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5288188-
CMYK0.720.5300.26
HSL224.12º56.67%47.06%-
HSV(B)224.12º72.34%73.73%-
XYZ13.9811.3449.03-
YUV88.64184.07101.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=15.85%
G=26.83%
B=57.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52881880.720.5300.26224.1256.6747.06
Hex3458BC483501Ae0392f
Octal64130274110650323407157
Binary110100101100010111100100100011010101101011100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3458BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3458BC; }

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

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

<style>
 a { background-color: #3458BC; }

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

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

<style>
 span { border-color: #3458BC; }

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

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