#344ABC

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

Shades of Cerulean Blue #344ABC

Tints of Cerulean Blue #344ABC

Color information

#344ABC (or 0x344ABC) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4A and BC. RGB value is (52,74,188). Sum of RGB (Red+Green+Blue) = 52+74+188=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #344ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ABC is #CBB543. Grayscale: #4F4F4F. Windows color (decimal): -13350212 or 12339764. OLE color: 12339764.

HSL color Cylindrical-coordinate representation of color #344ABC: hue angle of 230.29º 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 #344ABC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5274188-
CMYK0.720.6100.26
HSL230.29º56.67%47.06%-
HSV(B)230.29º72.34%73.73%-
XYZ12.949.2648.68-
YUV80.42188.71107.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=16.56%
G=23.57%
B=59.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52741880.720.6100.26230.2956.6747.06
Hex344ABC483D01Ae6392f
Octal64112274110750323467157
Binary110100100101010111100100100011110101101011100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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