Html Css Color HEX #3254BB Cerulean Blue

📋 copy color: '#3254BB'

red 50 ◦ green 84 ◦ blue 187

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

Shades of Cerulean Blue #3254BB

Tints of Cerulean Blue #3254BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.26%

R = 15.58%
G = 26.17%
B = 58.26%

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

#3254BB (or 0x3254BB) is known color: Cerulean Blue. HEX triplet: 32, 54 and BB. RGB value is (50,84,187). Sum of RGB (Red+Green+Blue) = 50+84+187=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #3254BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3254BB is #CDAB44. Grayscale: #555555. Windows color (decimal): -13478725 or 12276786. OLE color: 12276786.

HSL color Cylindrical-coordinate representation of color #3254BB: hue angle of 225.11º 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 #3254BB is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 84 187 -
CMYK 0.73 0.55 0 0.27
HSL 225.11º 0.58% 0.46% -
HSV(B) 225.11º 0.73% 0.73% -
XYZ 13.46 10.61 48.35 -
YUV 85.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 50 84 187 0.73 0.55 0 0.27 225.11 0.58 0.46
Hex 32 54 BB 49 37 0 1B E1 3A 2E
Octal 62 124 273 111 67 0 33 341 72 56
Binary 110010 1010100 10111011 1001001 110111 0 11011 11100001 111010 101110

Color Harmonies of #3254BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3254BB

Black with #3254BB

Text Example


Text Example

White with #3254BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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