Html Css Color HEX #3250BA Cerulean Blue

📋 copy color: '#3250BA'

red 50 ◦ green 80 ◦ blue 186

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

Shades of Cerulean Blue #3250BA

Tints of Cerulean Blue #3250BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 15.82%
G = 25.32%
B = 58.86%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3250BA (or 0x3250BA) is known color: Cerulean Blue. HEX triplet: 32, 50 and BA. RGB value is (50,80,186). Sum of RGB (Red+Green+Blue) = 50+80+186=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #3250BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250BA is #CDAF45. Grayscale: #525252. Windows color (decimal): -13479750 or 12210226. OLE color: 12210226.

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

Color convert

RGB 50 80 186 -
CMYK 0.73 0.57 0 0.27
HSL 226.76º 0.58% 0.46% -
HSV(B) 226.76º 0.73% 0.73% -
XYZ 13.05 9.96 47.69 -
YUV 83.11 186.06 104.38 -
System Red Green Blue C M Y K H S L
Decimal 50 80 186 0.73 0.57 0 0.27 226.76 0.58 0.46
Hex 32 50 BA 49 39 0 1B E3 3A 2E
Octal 62 120 272 111 71 0 33 343 72 56
Binary 110010 1010000 10111010 1001001 111001 0 11011 11100011 111010 101110

Color Harmonies of #3250BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250BA

Black with #3250BA

Text Example


Text Example

White with #3250BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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