Html Css Color HEX #3153C4 Cerulean Blue

📋 copy color: '#3153C4'

red 49 ◦ green 83 ◦ blue 196

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

Shades of Cerulean Blue #3153C4

Tints of Cerulean Blue #3153C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 59.76%

R = 14.94%
G = 25.3%
B = 59.76%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3153C4 (or 0x3153C4) is known color: Cerulean Blue. HEX triplet: 31, 53 and C4. RGB value is (49,83,196). Sum of RGB (Red+Green+Blue) = 49+83+196=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #3153C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153C4 is #CEAC3B. Grayscale: #555555. Windows color (decimal): -13544508 or 12866353. OLE color: 12866353.

HSL color Cylindrical-coordinate representation of color #3153C4: hue angle of 226.12º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3153C4 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 83 196 -
CMYK 0.75 0.58 0 0.23
HSL 226.12º 0.6% 0.48% -
HSV(B) 226.12º 0.75% 0.77% -
XYZ 14.32 10.83 53.56 -
YUV 85.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 49 83 196 0.75 0.58 0 0.23 226.12 0.6 0.48
Hex 31 53 C4 4B 3A 0 17 E2 3C 30
Octal 61 123 304 113 72 0 27 342 74 60
Binary 110001 1010011 11000100 1001011 111010 0 10111 11100010 111100 110000

Color Harmonies of #3153C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3153C4

Black with #3153C4

Text Example


Text Example

White with #3153C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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