Html Css Color HEX #3A46AA Cerulean Blue

📋 copy color: '#3A46AA'

red 58 ◦ green 70 ◦ blue 170

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

Shades of Cerulean Blue #3A46AA

Tints of Cerulean Blue #3A46AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

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

R = 19.46%
G = 23.49%
B = 57.05%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A46AA (or 0x3A46AA) is known color: Cerulean Blue. HEX triplet: 3A, 46 and AA. RGB value is (58,70,170). Sum of RGB (Red+Green+Blue) = 58+70+170=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A46AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A46AA is #C5B955. Grayscale: #4D4D4D. Windows color (decimal): -12958038 or 11159098. OLE color: 11159098.

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

Color convert

RGB 58 70 170 -
CMYK 0.66 0.59 0 0.33
HSL 233.57º 0.49% 0.45% -
HSV(B) 233.57º 0.66% 0.67% -
XYZ 11.19 8.18 39.02 -
YUV 77.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 58 70 170 0.66 0.59 0 0.33 233.57 0.49 0.45
Hex 3A 46 AA 42 3B 0 21 EA 31 2D
Octal 72 106 252 102 73 0 41 352 61 55
Binary 111010 1000110 10101010 1000010 111011 0 100001 11101010 110001 101101

Color Harmonies of #3A46AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A46AA

Black with #3A46AA

Text Example


Text Example

White with #3A46AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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