#3842aa

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

Shades of Cerulean Blue #3842AA

Tints of Cerulean Blue #3842AA

Color information

#3842AA (or 0x3842AA) is unknown color: approx Cerulean Blue. HEX triplet: 38, 42 and AA. RGB value is (56,66,170). Sum of RGB (Red+Green+Blue) = 56+66+170=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #3842AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3842AA is #C7BD55. Grayscale: #4A4A4A. Windows color (decimal): -13090134 or 11158072. OLE color: 11158072.

HSL color Cylindrical-coordinate representation of color #3842AA: hue angle of 234.74º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3842AA is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5666170-
CMYK0.670.6100.33
HSL234.74º50.44%44.31%-
HSV(B)234.74º67.06%66.67%-
XYZ10.837.6438.93-
YUV74.87181.69114.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=19.18%
G=22.60%
B=58.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56661700.670.6100.33234.7450.4444.31
Hex3842AA433D021eb322c
Octal70102252103750413536254
Binary1110001000010101010101000011111101010000111101011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3842aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3842aa; }

 p { color: rgb(56,66,170); }

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

<style>
 a { background-color: #3842aa; }

 a { background-color: rgb(56,66,170); }

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

<style>
 span { border-color: #3842aa; }

 span { border-color: rgb(56,66,170); }

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