#384EB3

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

Shades of Cerulean Blue #384EB3

Tints of Cerulean Blue #384EB3

Color information

#384EB3 (or 0x384EB3) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4E and B3. RGB value is (56,78,179). Sum of RGB (Red+Green+Blue) = 56+78+179=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #384EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EB3 is #C7B14C. Grayscale: #525252. Windows color (decimal): -13087053 or 11750968. OLE color: 11750968.

HSL color Cylindrical-coordinate representation of color #384EB3: hue angle of 229.27º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384EB3 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5678179-
CMYK0.690.5600.30
HSL229.27º52.34%46.08%-
HSV(B)229.27º68.72%70.2%-
XYZ12.499.5443.83-
YUV82.94182.21108.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 179 (70.31% from 255) = 57.19%
R=17.89%
G=24.92%
B=57.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56781790.690.5600.30229.2752.3446.08
Hex384EB3453801Ee5342e
Octal70116263105700363456456
Binary111000100111010110011100010111100001111011100101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,179); }

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

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

 a { background-color: rgb(56,78,179); }

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

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

 span { border-color: rgb(56,78,179); }

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