Html Css Color HEX #3350BC Cerulean Blue

📋 copy color: '#3350BC'

red 51 ◦ green 80 ◦ blue 188

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

Shades of Cerulean Blue #3350BC

Tints of Cerulean Blue #3350BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 15.99%
G = 25.08%
B = 58.93%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3350BC (or 0x3350BC) is known color: Cerulean Blue. HEX triplet: 33, 50 and BC. RGB value is (51,80,188). Sum of RGB (Red+Green+Blue) = 51+80+188=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #3350BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350BC is #CCAF43. Grayscale: #535353. Windows color (decimal): -13414212 or 12341299. OLE color: 12341299.

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

Color convert

RGB 51 80 188 -
CMYK 0.73 0.57 0 0.26
HSL 227.3º 0.57% 0.47% -
HSV(B) 227.3º 0.73% 0.74% -
XYZ 13.31 10.07 48.82 -
YUV 83.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 51 80 188 0.73 0.57 0 0.26 227.3 0.57 0.47
Hex 33 50 BC 49 39 0 1A E3 39 2F
Octal 63 120 274 111 71 0 32 343 71 57
Binary 110011 1010000 10111100 1001001 111001 0 11010 11100011 111001 101111

Color Harmonies of #3350BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350BC

Black with #3350BC

Text Example


Text Example

White with #3350BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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