Html Css Color HEX #3450AA Cerulean Blue

📋 copy color: '#3450AA'

red 52 ◦ green 80 ◦ blue 170

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

Shades of Cerulean Blue #3450AA

Tints of Cerulean Blue #3450AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 17.22%
G = 26.49%
B = 56.29%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3450AA (or 0x3450AA) is known color: Cerulean Blue. HEX triplet: 34, 50 and AA. RGB value is (52,80,170). Sum of RGB (Red+Green+Blue) = 52+80+170=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #3450AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3450AA is #CBAF55. Grayscale: #515151. Windows color (decimal): -13348694 or 11161652. OLE color: 11161652.

HSL color Cylindrical-coordinate representation of color #3450AA: hue angle of 225.76º 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 #3450AA is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 80 170 -
CMYK 0.69 0.53 0 0.33
HSL 225.76º 0.53% 0.44% -
HSV(B) 225.76º 0.69% 0.67% -
XYZ 11.54 9.37 39.23 -
YUV 81.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 52 80 170 0.69 0.53 0 0.33 225.76 0.53 0.44
Hex 34 50 AA 45 35 0 21 E2 35 2C
Octal 64 120 252 105 65 0 41 342 65 54
Binary 110100 1010000 10101010 1000101 110101 0 100001 11100010 110101 101100

Color Harmonies of #3450AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3450AA

Black with #3450AA

Text Example


Text Example

White with #3450AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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