#344ABA

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

Shades of Cerulean Blue #344ABA

Tints of Cerulean Blue #344ABA

Color information

#344ABA (or 0x344ABA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4A and BA. RGB value is (52,74,186). Sum of RGB (Red+Green+Blue) = 52+74+186=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #344ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ABA is #CBB545. Grayscale: #4F4F4F. Windows color (decimal): -13350214 or 12208692. OLE color: 12208692.

HSL color Cylindrical-coordinate representation of color #344ABA: hue angle of 230.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344ABA is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5274186-
CMYK0.720.6000.27
HSL230.15º56.3%46.67%-
HSV(B)230.15º72.04%72.94%-
XYZ12.739.1747.55-
YUV80.19187.71107.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=16.67%
G=23.72%
B=59.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52741860.720.6000.27230.1556.346.67
Hex344ABA483C01Be6382f
Octal64112272110740333467057
Binary110100100101010111010100100011110001101111100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344ABA; }

 p { color: rgb(52,74,186); }

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

<style>
 a { background-color: #344ABA; }

 a { background-color: rgb(52,74,186); }

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

<style>
 span { border-color: #344ABA; }

 span { border-color: rgb(52,74,186); }

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