#384AAB

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

Shades of Cerulean Blue #384AAB

Tints of Cerulean Blue #384AAB

Color information

#384AAB (or 0x384AAB) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4A and AB. RGB value is (56,74,171). Sum of RGB (Red+Green+Blue) = 56+74+171=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #384AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384AAB is #C7B554. Grayscale: #4F4F4F. Windows color (decimal): -13088085 or 11225656. OLE color: 11225656.

HSL color Cylindrical-coordinate representation of color #384AAB: hue angle of 230.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384AAB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5674171-
CMYK0.670.5700.33
HSL230.61º50.66%44.51%-
HSV(B)230.61º67.25%67.06%-
XYZ11.438.6839.6-
YUV79.68179.54111.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=18.60%
G=24.58%
B=56.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56741710.670.5700.33230.6150.6644.51
Hex384AAB4339021e7332d
Octal70112253103710413476355
Binary1110001001010101010111000011111001010000111100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384AAB; }

 p { color: rgb(56,74,171); }

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

<style>
 a { background-color: #384AAB; }

 a { background-color: rgb(56,74,171); }

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

<style>
 span { border-color: #384AAB; }

 span { border-color: rgb(56,74,171); }

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