Html Css Color HEX #3A4AAE Cerulean Blue

📋 copy color: '#3A4AAE'

red 58 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #3A4AAE

Tints of Cerulean Blue #3A4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 18.95%
G = 24.18%
B = 56.86%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A4AAE (or 0x3A4AAE) is known color: Cerulean Blue. HEX triplet: 3A, 4A and AE. RGB value is (58,74,174). Sum of RGB (Red+Green+Blue) = 58+74+174=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4AAE is #C5B551. Grayscale: #505050. Windows color (decimal): -12957010 or 11422266. OLE color: 11422266.

HSL color Cylindrical-coordinate representation of color #3A4AAE: hue angle of 231.72º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A4AAE is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 74 174 -
CMYK 0.67 0.57 0 0.32
HSL 231.72º 0.5% 0.45% -
HSV(B) 231.72º 0.67% 0.68% -
XYZ 11.83 8.85 41.13 -
YUV 80.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 58 74 174 0.67 0.57 0 0.32 231.72 0.5 0.45
Hex 3A 4A AE 43 39 0 20 E8 32 2D
Octal 72 112 256 103 71 0 40 350 62 55
Binary 111010 1001010 10101110 1000011 111001 0 100000 11101000 110010 101101

Color Harmonies of #3A4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4AAE

Black with #3A4AAE

Text Example


Text Example

White with #3A4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,74,174); }

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

background-color css

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

 a { background-color: rgb(58,74,174); }

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

border-color css

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

 span { border-color: rgb(58,74,174); }

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