Html Css Color HEX #3254AA Cerulean Blue

📋 copy color: '#3254AA'

red 50 ◦ green 84 ◦ blue 170

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

Shades of Cerulean Blue #3254AA

Tints of Cerulean Blue #3254AA

RGB

 RED value IS 50 (19.92% from 255) = 16.45%

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

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

R = 16.45%
G = 27.63%
B = 55.92%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3254AA (or 0x3254AA) is known color: Cerulean Blue. HEX triplet: 32, 54 and AA. RGB value is (50,84,170). Sum of RGB (Red+Green+Blue) = 50+84+170=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #3254AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3254AA is #CDAB55. Grayscale: #535353. Windows color (decimal): -13478742 or 11162674. OLE color: 11162674.

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

Color convert

RGB 50 84 170 -
CMYK 0.71 0.51 0 0.33
HSL 223º 0.55% 0.43% -
HSV(B) 223º 0.71% 0.67% -
XYZ 11.74 9.92 39.33 -
YUV 83.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 50 84 170 0.71 0.51 0 0.33 223 0.55 0.43
Hex 32 54 AA 47 33 0 21 DF 37 2B
Octal 62 124 252 107 63 0 41 337 67 53
Binary 110010 1010100 10101010 1000111 110011 0 100001 11011111 110111 101011

Color Harmonies of #3254AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3254AA

Black with #3254AA

Text Example


Text Example

White with #3254AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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