Html Css Color HEX #3350AC Cerulean Blue

📋 copy color: '#3350AC'

red 51 ◦ green 80 ◦ blue 172

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

Shades of Cerulean Blue #3350AC

Tints of Cerulean Blue #3350AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 16.83%
G = 26.4%
B = 56.77%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3350AC (or 0x3350AC) is known color: Cerulean Blue. HEX triplet: 33, 50 and AC. RGB value is (51,80,172). Sum of RGB (Red+Green+Blue) = 51+80+172=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #3350AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3350AC is #CCAF53. Grayscale: #515151. Windows color (decimal): -13414228 or 11292723. OLE color: 11292723.

HSL color Cylindrical-coordinate representation of color #3350AC: hue angle of 225.62º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3350AC is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 80 172 -
CMYK 0.70 0.53 0 0.33
HSL 225.62º 0.54% 0.44% -
HSV(B) 225.62º 0.7% 0.67% -
XYZ 11.68 9.42 40.23 -
YUV 81.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 51 80 172 0.70 0.53 0 0.33 225.62 0.54 0.44
Hex 33 50 AC 46 35 0 21 E2 36 2C
Octal 63 120 254 106 65 0 41 342 66 54
Binary 110011 1010000 10101100 1000110 110101 0 100001 11100010 110110 101100

Color Harmonies of #3350AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350AC

Black with #3350AC

Text Example


Text Example

White with #3350AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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