Html Css Color HEX #3454AA Cerulean Blue

📋 copy color: '#3454AA'

red 52 ◦ green 84 ◦ blue 170

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

Shades of Cerulean Blue #3454AA

Tints of Cerulean Blue #3454AA

RGB

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

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

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

R = 16.99%
G = 27.45%
B = 55.56%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3454AA (or 0x3454AA) is known color: Cerulean Blue. HEX triplet: 34, 54 and AA. RGB value is (52,84,170). Sum of RGB (Red+Green+Blue) = 52+84+170=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #3454AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3454AA is #CBAB55. Grayscale: #535353. Windows color (decimal): -13347670 or 11162676. OLE color: 11162676.

HSL color Cylindrical-coordinate representation of color #3454AA: hue angle of 223.73º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3454AA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 84 170 -
CMYK 0.69 0.51 0 0.33
HSL 223.73º 0.53% 0.44% -
HSV(B) 223.73º 0.69% 0.67% -
XYZ 11.84 9.97 39.33 -
YUV 84.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 52 84 170 0.69 0.51 0 0.33 223.73 0.53 0.44
Hex 34 54 AA 45 33 0 21 E0 35 2C
Octal 64 124 252 105 63 0 41 340 65 54
Binary 110100 1010100 10101010 1000101 110011 0 100001 11100000 110101 101100

Color Harmonies of #3454AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3454AA

Black with #3454AA

Text Example


Text Example

White with #3454AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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