Html Css Color HEX #3A4EAC Cerulean Blue

📋 copy color: '#3A4EAC'

red 58 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #3A4EAC

Tints of Cerulean Blue #3A4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 18.83%
G = 25.32%
B = 55.84%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A4EAC (or 0x3A4EAC) is known color: Cerulean Blue. HEX triplet: 3A, 4E and AC. RGB value is (58,78,172). Sum of RGB (Red+Green+Blue) = 58+78+172=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A4EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4EAC is #C5B153. Grayscale: #525252. Windows color (decimal): -12955988 or 11292218. OLE color: 11292218.

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

Color convert

RGB 58 78 172 -
CMYK 0.66 0.55 0 0.33
HSL 229.47º 0.5% 0.45% -
HSV(B) 229.47º 0.66% 0.67% -
XYZ 11.92 9.33 40.2 -
YUV 82.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 58 78 172 0.66 0.55 0 0.33 229.47 0.5 0.45
Hex 3A 4E AC 42 37 0 21 E5 32 2D
Octal 72 116 254 102 67 0 41 345 62 55
Binary 111010 1001110 10101100 1000010 110111 0 100001 11100101 110010 101101

Color Harmonies of #3A4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4EAC

Black with #3A4EAC

Text Example


Text Example

White with #3A4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,78,172); }

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

background-color css

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

 a { background-color: rgb(58,78,172); }

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

border-color css

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

 span { border-color: rgb(58,78,172); }

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