#384EB5

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

Shades of Cerulean Blue #384EB5

Tints of Cerulean Blue #384EB5

Color information

#384EB5 (or 0x384EB5) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4E and B5. RGB value is (56,78,181). Sum of RGB (Red+Green+Blue) = 56+78+181=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #384EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EB5 is #C7B14A. Grayscale: #525252. Windows color (decimal): -13087051 or 11882040. OLE color: 11882040.

HSL color Cylindrical-coordinate representation of color #384EB5: hue angle of 229.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384EB5 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5678181-
CMYK0.690.5700.29
HSL229.44º52.74%46.47%-
HSV(B)229.44º69.06%70.98%-
XYZ12.79.6344.9-
YUV83.16183.21108.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=17.78%
G=24.76%
B=57.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56781810.690.5700.29229.4452.7446.47
Hex384EB5453901De5352e
Octal70116265105710353456556
Binary111000100111010110101100010111100101110111100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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