Html Css Color HEX #3353BE Cerulean Blue

📋 copy color: '#3353BE'

red 51 ◦ green 83 ◦ blue 190

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

Shades of Cerulean Blue #3353BE

Tints of Cerulean Blue #3353BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

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

R = 15.74%
G = 25.62%
B = 58.64%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3353BE (or 0x3353BE) is known color: Cerulean Blue. HEX triplet: 33, 53 and BE. RGB value is (51,83,190). Sum of RGB (Red+Green+Blue) = 51+83+190=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #3353BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3353BE is #CCAC41. Grayscale: #555555. Windows color (decimal): -13413442 or 12473139. OLE color: 12473139.

HSL color Cylindrical-coordinate representation of color #3353BE: hue angle of 226.19º 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 #3353BE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 83 190 -
CMYK 0.73 0.56 0 0.25
HSL 226.19º 0.58% 0.47% -
HSV(B) 226.19º 0.73% 0.75% -
XYZ 13.75 10.61 50.04 -
YUV 85.63 186.9 103.3 -
System Red Green Blue C M Y K H S L
Decimal 51 83 190 0.73 0.56 0 0.25 226.19 0.58 0.47
Hex 33 53 BE 49 38 0 19 E2 3A 2F
Octal 63 123 276 111 70 0 31 342 72 57
Binary 110011 1010011 10111110 1001001 111000 0 11001 11100010 111010 101111

Color Harmonies of #3353BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3353BE

Black with #3353BE

Text Example


Text Example

White with #3353BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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