#3850B7

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

Shades of Cerulean Blue #3850B7

Tints of Cerulean Blue #3850B7

Color information

#3850B7 (or 0x3850B7) is unknown color: approx Cerulean Blue. HEX triplet: 38, 50 and B7. RGB value is (56,80,183). Sum of RGB (Red+Green+Blue) = 56+80+183=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #3850B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3850B7 is #C7AF48. Grayscale: #545454. Windows color (decimal): -13086537 or 12013624. OLE color: 12013624.

HSL color Cylindrical-coordinate representation of color #3850B7: hue angle of 228.66º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3850B7 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5680183-
CMYK0.690.5600.28
HSL228.66º53.14%46.86%-
HSV(B)228.66º69.4%71.76%-
XYZ13.051046.04-
YUV84.57183.55107.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 183 (71.88% from 255) = 57.37%
R=17.55%
G=25.08%
B=57.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56801830.690.5600.28228.6653.1446.86
Hex3850B7453801Ce5352f
Octal70120267105700343456557
Binary111000101000010110111100010111100001110011100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3850B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3850B7; }

 p { color: rgb(56,80,183); }

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

<style>
 a { background-color: #3850B7; }

 a { background-color: rgb(56,80,183); }

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

<style>
 span { border-color: #3850B7; }

 span { border-color: rgb(56,80,183); }

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