Html Css Color HEX #3250BF Cerulean Blue

📋 copy color: '#3250BF'

red 50 ◦ green 80 ◦ blue 191

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

Shades of Cerulean Blue #3250BF

Tints of Cerulean Blue #3250BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 15.58%
G = 24.92%
B = 59.5%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3250BF (or 0x3250BF) is known color: Cerulean Blue. HEX triplet: 32, 50 and BF. RGB value is (50,80,191). Sum of RGB (Red+Green+Blue) = 50+80+191=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #3250BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250BF is #CDAF40. Grayscale: #535353. Windows color (decimal): -13479745 or 12537906. OLE color: 12537906.

HSL color Cylindrical-coordinate representation of color #3250BF: hue angle of 227.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3250BF is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 80 191 -
CMYK 0.74 0.58 0 0.25
HSL 227.23º 0.59% 0.47% -
HSV(B) 227.23º 0.74% 0.75% -
XYZ 13.59 10.18 50.54 -
YUV 83.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 50 80 191 0.74 0.58 0 0.25 227.23 0.59 0.47
Hex 32 50 BF 4A 3A 0 19 E3 3B 2F
Octal 62 120 277 112 72 0 31 343 73 57
Binary 110010 1010000 10111111 1001010 111010 0 11001 11100011 111011 101111

Color Harmonies of #3250BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250BF

Black with #3250BF

Text Example


Text Example

White with #3250BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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