Html Css Color HEX #3A47AB Cerulean Blue

📋 copy color: '#3A47AB'

red 58 ◦ green 71 ◦ blue 171

#3A47AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3A47AB

Tints of Cerulean Blue #3A47AB

RGB

 RED value IS 58 (23.05% from 255) = 19.33%

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 19.33%
G = 23.67%
B = 57%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A47AB (or 0x3A47AB) is known color: Cerulean Blue. HEX triplet: 3A, 47 and AB. RGB value is (58,71,171). Sum of RGB (Red+Green+Blue) = 58+71+171=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A47AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A47AB is #C5B854. Grayscale: #4E4E4E. Windows color (decimal): -12957781 or 11224890. OLE color: 11224890.

HSL color Cylindrical-coordinate representation of color #3A47AB: hue angle of 233.1º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A47AB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 71 171 -
CMYK 0.66 0.58 0 0.33
HSL 233.1º 0.49% 0.45% -
HSV(B) 233.1º 0.66% 0.67% -
XYZ 11.35 8.35 39.54 -
YUV 78.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 58 71 171 0.66 0.58 0 0.33 233.1 0.49 0.45
Hex 3A 47 AB 42 3A 0 21 E9 31 2D
Octal 72 107 253 102 72 0 41 351 61 55
Binary 111010 1000111 10101011 1000010 111010 0 100001 11101001 110001 101101

Color Harmonies of #3A47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A47AB

Black with #3A47AB

Text Example


Text Example

White with #3A47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A47AB; }

 p { color: rgb(58,71,171); }

 H1.HeaderClassName
 {
   color: #3A47AB;
 }
 .AnyTagClassName
 {
   color: #3A47AB;
 }
</style>

background-color css

<style>
 a { background-color: #3A47AB; }

 a { background-color: rgb(58,71,171); }

 div.DivClassName
 {
   background-color: #3A47AB;
 }
 .BgClassName
 {
   background-color: #3A47AB;
 }
</style>

border-color css

<style>
 span { border-color: #3A47AB; }

 span { border-color: rgb(58,71,171); }

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