Html Css Color HEX #3454AD Cerulean Blue

📋 copy color: '#3454AD'

red 52 ◦ green 84 ◦ blue 173

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

Shades of Cerulean Blue #3454AD

Tints of Cerulean Blue #3454AD

RGB

 RED value IS 52 (20.7% from 255) = 16.83%

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 16.83%
G = 27.18%
B = 55.99%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3454AD (or 0x3454AD) is known color: Cerulean Blue. HEX triplet: 34, 54 and AD. RGB value is (52,84,173). Sum of RGB (Red+Green+Blue) = 52+84+173=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3454AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3454AD is #CBAB52. Grayscale: #545454. Windows color (decimal): -13347667 or 11359284. OLE color: 11359284.

HSL color Cylindrical-coordinate representation of color #3454AD: hue angle of 224.13º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3454AD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 84 173 -
CMYK 0.70 0.51 0 0.32
HSL 224.13º 0.54% 0.44% -
HSV(B) 224.13º 0.7% 0.68% -
XYZ 12.13 10.09 40.84 -
YUV 84.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 52 84 173 0.70 0.51 0 0.32 224.13 0.54 0.44
Hex 34 54 AD 46 33 0 20 E0 36 2C
Octal 64 124 255 106 63 0 40 340 66 54
Binary 110100 1010100 10101101 1000110 110011 0 100000 11100000 110110 101100

Color Harmonies of #3454AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3454AD

Black with #3454AD

Text Example


Text Example

White with #3454AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3454AD; }

 p { color: rgb(52,84,173); }

 H1.HeaderClassName
 {
   color: #3454AD;
 }
 .AnyTagClassName
 {
   color: #3454AD;
 }
</style>

background-color css

<style>
 a { background-color: #3454AD; }

 a { background-color: rgb(52,84,173); }

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

border-color css

<style>
 span { border-color: #3454AD; }

 span { border-color: rgb(52,84,173); }

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