Html Css Color HEX #3350BE Cerulean Blue

📋 copy color: '#3350BE'

red 51 ◦ green 80 ◦ blue 190

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

Shades of Cerulean Blue #3350BE

Tints of Cerulean Blue #3350BE

RGB

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

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

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

R = 15.89%
G = 24.92%
B = 59.19%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3350BE (or 0x3350BE) is known color: Cerulean Blue. HEX triplet: 33, 50 and BE. RGB value is (51,80,190). Sum of RGB (Red+Green+Blue) = 51+80+190=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 80 (31.64% from 255 or 24.92% 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 #3350BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350BE is #CCAF41. Grayscale: #535353. Windows color (decimal): -13414210 or 12472371. OLE color: 12472371.

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

Color convert

RGB 51 80 190 -
CMYK 0.73 0.58 0 0.25
HSL 227.48º 0.58% 0.47% -
HSV(B) 227.48º 0.73% 0.75% -
XYZ 13.53 10.16 49.96 -
YUV 83.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 51 80 190 0.73 0.58 0 0.25 227.48 0.58 0.47
Hex 33 50 BE 49 3A 0 19 E3 3A 2F
Octal 63 120 276 111 72 0 31 343 72 57
Binary 110011 1010000 10111110 1001001 111010 0 11001 11100011 111010 101111

Color Harmonies of #3350BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350BE

Black with #3350BE

Text Example


Text Example

White with #3350BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,80,190); }

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

background-color css

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

 a { background-color: rgb(51,80,190); }

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

border-color css

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

 span { border-color: rgb(51,80,190); }

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