Html Css Color HEX #3150C2 Cerulean Blue

📋 copy color: '#3150C2'

red 49 ◦ green 80 ◦ blue 194

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

Shades of Cerulean Blue #3150C2

Tints of Cerulean Blue #3150C2

RGB

 RED value IS 49 (19.53% from 255) = 15.17%

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

 BLUE value IS 194 (76.17% from 255) = 60.06%

R = 15.17%
G = 24.77%
B = 60.06%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3150C2 (or 0x3150C2) is known color: Cerulean Blue. HEX triplet: 31, 50 and C2. RGB value is (49,80,194). Sum of RGB (Red+Green+Blue) = 49+80+194=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #3150C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150C2 is #CEAF3D. Grayscale: #535353. Windows color (decimal): -13545278 or 12734513. OLE color: 12734513.

HSL color Cylindrical-coordinate representation of color #3150C2: hue angle of 227.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3150C2 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 80 194 -
CMYK 0.75 0.59 0 0.24
HSL 227.17º 0.6% 0.48% -
HSV(B) 227.17º 0.75% 0.76% -
XYZ 13.87 10.29 52.29 -
YUV 83.73 190.23 103.23 -
System Red Green Blue C M Y K H S L
Decimal 49 80 194 0.75 0.59 0 0.24 227.17 0.6 0.48
Hex 31 50 C2 4B 3B 0 18 E3 3C 30
Octal 61 120 302 113 73 0 30 343 74 60
Binary 110001 1010000 11000010 1001011 111011 0 11000 11100011 111100 110000

Color Harmonies of #3150C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150C2

Black with #3150C2

Text Example


Text Example

White with #3150C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3150C2; }

 p { color: rgb(49,80,194); }

 H1.HeaderClassName
 {
   color: #3150C2;
 }
 .AnyTagClassName
 {
   color: #3150C2;
 }
</style>

background-color css

<style>
 a { background-color: #3150C2; }

 a { background-color: rgb(49,80,194); }

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

border-color css

<style>
 span { border-color: #3150C2; }

 span { border-color: rgb(49,80,194); }

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