Html Css Color HEX #3352BA Cerulean Blue

📋 copy color: '#3352BA'

red 51 ◦ green 82 ◦ blue 186

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

Shades of Cerulean Blue #3352BA

Tints of Cerulean Blue #3352BA

RGB

 RED value IS 51 (20.31% from 255) = 15.99%

 GREEN value IS 82 (32.42% from 255) = 25.71%

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

R = 15.99%
G = 25.71%
B = 58.31%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3352BA (or 0x3352BA) is known color: Cerulean Blue. HEX triplet: 33, 52 and BA. RGB value is (51,82,186). Sum of RGB (Red+Green+Blue) = 51+82+186=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #3352BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3352BA is #CCAD45. Grayscale: #545454. Windows color (decimal): -13413702 or 12210739. OLE color: 12210739.

HSL color Cylindrical-coordinate representation of color #3352BA: hue angle of 226.22º degrees, saturation: 0.57, 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 #3352BA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 82 186 -
CMYK 0.73 0.56 0 0.27
HSL 226.22º 0.57% 0.46% -
HSV(B) 226.22º 0.73% 0.73% -
XYZ 13.25 10.28 47.74 -
YUV 84.59 185.23 104.04 -
System Red Green Blue C M Y K H S L
Decimal 51 82 186 0.73 0.56 0 0.27 226.22 0.57 0.46
Hex 33 52 BA 49 38 0 1B E2 39 2E
Octal 63 122 272 111 70 0 33 342 71 56
Binary 110011 1010010 10111010 1001001 111000 0 11011 11100010 111001 101110

Color Harmonies of #3352BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3352BA

Black with #3352BA

Text Example


Text Example

White with #3352BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,82,186); }

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

background-color css

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

 a { background-color: rgb(51,82,186); }

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

border-color css

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

 span { border-color: rgb(51,82,186); }

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