Html Css Color HEX #3350C5 Cerulean Blue

📋 copy color: '#3350C5'

red 51 ◦ green 80 ◦ blue 197

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

Shades of Cerulean Blue #3350C5

Tints of Cerulean Blue #3350C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.06%

R = 15.55%
G = 24.39%
B = 60.06%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3350C5 (or 0x3350C5) is known color: Cerulean Blue. HEX triplet: 33, 50 and C5. RGB value is (51,80,197). Sum of RGB (Red+Green+Blue) = 51+80+197=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #3350C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350C5 is #CCAF3A. Grayscale: #545454. Windows color (decimal): -13414203 or 12931123. OLE color: 12931123.

HSL color Cylindrical-coordinate representation of color #3350C5: hue angle of 228.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3350C5 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 51 80 197 -
CMYK 0.74 0.59 0 0.23
HSL 228.08º 0.59% 0.49% -
HSV(B) 228.08º 0.74% 0.77% -
XYZ 14.31 10.47 54.09 -
YUV 84.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 51 80 197 0.74 0.59 0 0.23 228.08 0.59 0.49
Hex 33 50 C5 4A 3B 0 17 E4 3B 31
Octal 63 120 305 112 73 0 27 344 73 61
Binary 110011 1010000 11000101 1001010 111011 0 10111 11100100 111011 110001

Color Harmonies of #3350C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350C5

Black with #3350C5

Text Example


Text Example

White with #3350C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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