Html Css Color HEX #3144B1 Cerulean Blue

📋 copy color: '#3144B1'

red 49 ◦ green 68 ◦ blue 177

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

Shades of Cerulean Blue #3144B1

Tints of Cerulean Blue #3144B1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 16.67%
G = 23.13%
B = 60.2%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3144B1 (or 0x3144B1) is known color: Cerulean Blue. HEX triplet: 31, 44 and B1. RGB value is (49,68,177). Sum of RGB (Red+Green+Blue) = 49+68+177=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #3144B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3144B1 is #CEBB4E. Grayscale: #4A4A4A. Windows color (decimal): -13548367 or 11617329. OLE color: 11617329.

HSL color Cylindrical-coordinate representation of color #3144B1: hue angle of 231.09º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3144B1 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 68 177 -
CMYK 0.72 0.62 0 0.31
HSL 231.09º 0.57% 0.44% -
HSV(B) 231.09º 0.72% 0.69% -
XYZ 11.27 7.96 42.54 -
YUV 74.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 49 68 177 0.72 0.62 0 0.31 231.09 0.57 0.44
Hex 31 44 B1 48 3E 0 1F E7 39 2C
Octal 61 104 261 110 76 0 37 347 71 54
Binary 110001 1000100 10110001 1001000 111110 0 11111 11100111 111001 101100

Color Harmonies of #3144B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3144B1

Black with #3144B1

Text Example


Text Example

White with #3144B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3144B1; }

 p { color: rgb(49,68,177); }

 H1.HeaderClassName
 {
   color: #3144B1;
 }
 .AnyTagClassName
 {
   color: #3144B1;
 }
</style>

background-color css

<style>
 a { background-color: #3144B1; }

 a { background-color: rgb(49,68,177); }

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

border-color css

<style>
 span { border-color: #3144B1; }

 span { border-color: rgb(49,68,177); }

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