Html Css Color HEX #3A47AA Cerulean Blue

📋 copy color: '#3A47AA'

red 58 ◦ green 71 ◦ blue 170

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

Shades of Cerulean Blue #3A47AA

Tints of Cerulean Blue #3A47AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 19.4%
G = 23.75%
B = 56.86%

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

#3A47AA (or 0x3A47AA) is known color: Cerulean Blue. HEX triplet: 3A, 47 and AA. RGB value is (58,71,170). Sum of RGB (Red+Green+Blue) = 58+71+170=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A47AA is #C5B855. Grayscale: #4D4D4D. Windows color (decimal): -12957782 or 11159354. OLE color: 11159354.

HSL color Cylindrical-coordinate representation of color #3A47AA: hue angle of 233.04º 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 #3A47AA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 71 170 -
CMYK 0.66 0.58 0 0.33
HSL 233.04º 0.49% 0.45% -
HSV(B) 233.04º 0.66% 0.67% -
XYZ 11.25 8.31 39.04 -
YUV 78.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 58 71 170 0.66 0.58 0 0.33 233.04 0.49 0.45
Hex 3A 47 AA 42 3A 0 21 E9 31 2D
Octal 72 107 252 102 72 0 41 351 61 55
Binary 111010 1000111 10101010 1000010 111010 0 100001 11101001 110001 101101

Color Harmonies of #3A47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A47AA

Black with #3A47AA

Text Example


Text Example

White with #3A47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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