Html Css Color HEX #3251BE Cerulean Blue

📋 copy color: '#3251BE'

red 50 ◦ green 81 ◦ blue 190

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

Shades of Cerulean Blue #3251BE

Tints of Cerulean Blue #3251BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 15.58%
G = 25.23%
B = 59.19%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3251BE (or 0x3251BE) is known color: Cerulean Blue. HEX triplet: 32, 51 and BE. RGB value is (50,81,190). Sum of RGB (Red+Green+Blue) = 50+81+190=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #3251BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3251BE is #CDAE41. Grayscale: #535353. Windows color (decimal): -13479490 or 12472626. OLE color: 12472626.

HSL color Cylindrical-coordinate representation of color #3251BE: hue angle of 226.71º degrees, saturation: 0.58, 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 #3251BE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 81 190 -
CMYK 0.74 0.57 0 0.25
HSL 226.71º 0.58% 0.47% -
HSV(B) 226.71º 0.74% 0.75% -
XYZ 13.55 10.28 49.99 -
YUV 84.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 50 81 190 0.74 0.57 0 0.25 226.71 0.58 0.47
Hex 32 51 BE 4A 39 0 19 E3 3A 2F
Octal 62 121 276 112 71 0 31 343 72 57
Binary 110010 1010001 10111110 1001010 111001 0 11001 11100011 111010 101111

Color Harmonies of #3251BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3251BE

Black with #3251BE

Text Example


Text Example

White with #3251BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3251BE; }

 p { color: rgb(50,81,190); }

 H1.HeaderClassName
 {
   color: #3251BE;
 }
 .AnyTagClassName
 {
   color: #3251BE;
 }
</style>

background-color css

<style>
 a { background-color: #3251BE; }

 a { background-color: rgb(50,81,190); }

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

border-color css

<style>
 span { border-color: #3251BE; }

 span { border-color: rgb(50,81,190); }

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