#344CBC

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

Shades of Cerulean Blue #344CBC

Tints of Cerulean Blue #344CBC

Color information

#344CBC (or 0x344CBC) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4C and BC. RGB value is (52,76,188). Sum of RGB (Red+Green+Blue) = 52+76+188=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #344CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CBC is #CBB343. Grayscale: #515151. Windows color (decimal): -13349700 or 12340276. OLE color: 12340276.

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

Color convert

RGB5276188-
CMYK0.720.6000.26
HSL229.41º56.67%47.06%-
HSV(B)229.41º72.34%73.73%-
XYZ13.089.5348.73-
YUV81.59188.05106.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 188 (73.83% from 255) = 59.49%
R=16.46%
G=24.05%
B=59.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52761880.720.6000.26229.4156.6747.06
Hex344CBC483C01Ae5392f
Octal64114274110740323457157
Binary110100100110010111100100100011110001101011100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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