#385AB9

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

Shades of Cerulean Blue #385AB9

Tints of Cerulean Blue #385AB9

Color information

#385AB9 (or 0x385AB9) is unknown color: approx Cerulean Blue. HEX triplet: 38, 5A and B9. RGB value is (56,90,185). Sum of RGB (Red+Green+Blue) = 56+90+185=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #385AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AB9 is #C7A546. Grayscale: #5A5A5A. Windows color (decimal): -13083975 or 12147256. OLE color: 12147256.

HSL color Cylindrical-coordinate representation of color #385AB9: hue angle of 224.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385AB9 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5690185-
CMYK0.700.5100.27
HSL224.19º53.53%47.25%-
HSV(B)224.19º69.73%72.55%-
XYZ14.0411.6647.41-
YUV90.66181.24103.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 185 (72.66% from 255) = 55.89%
R=16.92%
G=27.19%
B=55.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56901850.700.5100.27224.1953.5347.25
Hex385AB9463301Be0362f
Octal70132271106630333406657
Binary111000101101010111001100011011001101101111100000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385AB9; }

 p { color: rgb(56,90,185); }

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

<style>
 a { background-color: #385AB9; }

 a { background-color: rgb(56,90,185); }

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

<style>
 span { border-color: #385AB9; }

 span { border-color: rgb(56,90,185); }

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