Html Css Color HEX #3254BA Cerulean Blue

📋 copy color: '#3254BA'

red 50 ◦ green 84 ◦ blue 186

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

Shades of Cerulean Blue #3254BA

Tints of Cerulean Blue #3254BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 15.63%
G = 26.25%
B = 58.13%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3254BA (or 0x3254BA) is known color: Cerulean Blue. HEX triplet: 32, 54 and BA. RGB value is (50,84,186). Sum of RGB (Red+Green+Blue) = 50+84+186=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #3254BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3254BA is #CDAB45. Grayscale: #555555. Windows color (decimal): -13478726 or 12211250. OLE color: 12211250.

HSL color Cylindrical-coordinate representation of color #3254BA: hue angle of 225º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3254BA is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 84 186 -
CMYK 0.73 0.55 0 0.27
HSL 225º 0.58% 0.46% -
HSV(B) 225º 0.73% 0.73% -
XYZ 13.35 10.56 47.79 -
YUV 85.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 50 84 186 0.73 0.55 0 0.27 225 0.58 0.46
Hex 32 54 BA 49 37 0 1B E1 3A 2E
Octal 62 124 272 111 67 0 33 341 72 56
Binary 110010 1010100 10111010 1001001 110111 0 11011 11100001 111010 101110

Color Harmonies of #3254BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3254BA

Black with #3254BA

Text Example


Text Example

White with #3254BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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