Html Css Color HEX #3153C1 Cerulean Blue

📋 copy color: '#3153C1'

red 49 ◦ green 83 ◦ blue 193

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

Shades of Cerulean Blue #3153C1

Tints of Cerulean Blue #3153C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.38%

R = 15.08%
G = 25.54%
B = 59.38%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3153C1 (or 0x3153C1) is known color: Cerulean Blue. HEX triplet: 31, 53 and C1. RGB value is (49,83,193). Sum of RGB (Red+Green+Blue) = 49+83+193=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #3153C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153C1 is #CEAC3E. Grayscale: #545454. Windows color (decimal): -13544511 or 12669745. OLE color: 12669745.

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

Color convert

RGB 49 83 193 -
CMYK 0.75 0.57 0 0.24
HSL 225.83º 0.6% 0.47% -
HSV(B) 225.83º 0.75% 0.76% -
XYZ 13.99 10.69 51.78 -
YUV 85.37 188.74 102.06 -
System Red Green Blue C M Y K H S L
Decimal 49 83 193 0.75 0.57 0 0.24 225.83 0.6 0.47
Hex 31 53 C1 4B 39 0 18 E2 3C 2F
Octal 61 123 301 113 71 0 30 342 74 57
Binary 110001 1010011 11000001 1001011 111001 0 11000 11100010 111100 101111

Color Harmonies of #3153C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3153C1

Black with #3153C1

Text Example


Text Example

White with #3153C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3153C1; }

 p { color: rgb(49,83,193); }

 H1.HeaderClassName
 {
   color: #3153C1;
 }
 .AnyTagClassName
 {
   color: #3153C1;
 }
</style>

background-color css

<style>
 a { background-color: #3153C1; }

 a { background-color: rgb(49,83,193); }

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

border-color css

<style>
 span { border-color: #3153C1; }

 span { border-color: rgb(49,83,193); }

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