Html Css Color HEX #3A44AD Cerulean Blue

📋 copy color: '#3A44AD'

red 58 ◦ green 68 ◦ blue 173

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

Shades of Cerulean Blue #3A44AD

Tints of Cerulean Blue #3A44AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 19.4%
G = 22.74%
B = 57.86%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A44AD (or 0x3A44AD) is known color: Cerulean Blue. HEX triplet: 3A, 44 and AD. RGB value is (58,68,173). Sum of RGB (Red+Green+Blue) = 58+68+173=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A44AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A44AD is #C5BB52. Grayscale: #4C4C4C. Windows color (decimal): -12958547 or 11355194. OLE color: 11355194.

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

Color convert

RGB 58 68 173 -
CMYK 0.66 0.61 0 0.32
HSL 234.78º 0.5% 0.45% -
HSV(B) 234.78º 0.66% 0.68% -
XYZ 11.35 8.05 40.49 -
YUV 76.98 182.19 114.46 -
System Red Green Blue C M Y K H S L
Decimal 58 68 173 0.66 0.61 0 0.32 234.78 0.5 0.45
Hex 3A 44 AD 42 3D 0 20 EB 32 2D
Octal 72 104 255 102 75 0 40 353 62 55
Binary 111010 1000100 10101101 1000010 111101 0 100000 11101011 110010 101101

Color Harmonies of #3A44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A44AD

Black with #3A44AD

Text Example


Text Example

White with #3A44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,68,173); }

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

background-color css

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

 a { background-color: rgb(58,68,173); }

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

border-color css

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

 span { border-color: rgb(58,68,173); }

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