#344CBB

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

Shades of Cerulean Blue #344CBB

Tints of Cerulean Blue #344CBB

Color information

#344CBB (or 0x344CBB) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4C and BB. RGB value is (52,76,187). Sum of RGB (Red+Green+Blue) = 52+76+187=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #344CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CBB is #CBB344. Grayscale: #515151. Windows color (decimal): -13349701 or 12274740. OLE color: 12274740.

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

Color convert

RGB5276187-
CMYK0.720.5900.27
HSL229.33º56.49%46.86%-
HSV(B)229.33º72.19%73.33%-
XYZ12.979.4948.16-
YUV81.48187.55106.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=16.51%
G=24.13%
B=59.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52761870.720.5900.27229.3356.4946.86
Hex344CBB483B01Be5382f
Octal64114273110730333457057
Binary110100100110010111011100100011101101101111100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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