#3842AB

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

Shades of Cerulean Blue #3842AB

Tints of Cerulean Blue #3842AB

Color information

#3842AB (or 0x3842AB) is unknown color: approx Cerulean Blue. HEX triplet: 38, 42 and AB. RGB value is (56,66,171). Sum of RGB (Red+Green+Blue) = 56+66+171=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #3842AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3842AB is #C7BD54. Grayscale: #4A4A4A. Windows color (decimal): -13090133 or 11223608. OLE color: 11223608.

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

Color convert

RGB5666171-
CMYK0.670.6100.33
HSL234.78º50.66%44.51%-
HSV(B)234.78º67.25%67.06%-
XYZ10.937.6839.43-
YUV74.98182.19114.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=19.11%
G=22.53%
B=58.36%

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
Decimal56661710.670.6100.33234.7850.6644.51
Hex3842AB433D021eb332d
Octal70102253103750413536355
Binary1110001000010101010111000011111101010000111101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3842AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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