Html Css Color HEX #3454AB Cerulean Blue

📋 copy color: '#3454AB'

red 52 ◦ green 84 ◦ blue 171

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

Shades of Cerulean Blue #3454AB

Tints of Cerulean Blue #3454AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 16.94%
G = 27.36%
B = 55.7%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3454AB (or 0x3454AB) is known color: Cerulean Blue. HEX triplet: 34, 54 and AB. RGB value is (52,84,171). Sum of RGB (Red+Green+Blue) = 52+84+171=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #3454AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3454AB is #CBAB54. Grayscale: #535353. Windows color (decimal): -13347669 or 11228212. OLE color: 11228212.

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

Color convert

RGB 52 84 171 -
CMYK 0.70 0.51 0 0.33
HSL 223.87º 0.53% 0.44% -
HSV(B) 223.87º 0.7% 0.67% -
XYZ 11.94 10.01 39.83 -
YUV 84.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 52 84 171 0.70 0.51 0 0.33 223.87 0.53 0.44
Hex 34 54 AB 46 33 0 21 E0 35 2C
Octal 64 124 253 106 63 0 41 340 65 54
Binary 110100 1010100 10101011 1000110 110011 0 100001 11100000 110101 101100

Color Harmonies of #3454AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3454AB

Black with #3454AB

Text Example


Text Example

White with #3454AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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