Html Css Color HEX #3144BA Cerulean Blue

📋 copy color: '#3144BA'

red 49 ◦ green 68 ◦ blue 186

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

Shades of Cerulean Blue #3144BA

Tints of Cerulean Blue #3144BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 16.17%
G = 22.44%
B = 61.39%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3144BA (or 0x3144BA) is known color: Cerulean Blue. HEX triplet: 31, 44 and BA. RGB value is (49,68,186). Sum of RGB (Red+Green+Blue) = 49+68+186=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #3144BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3144BA is #CEBB45. Grayscale: #4B4B4B. Windows color (decimal): -13548358 or 12207153. OLE color: 12207153.

HSL color Cylindrical-coordinate representation of color #3144BA: hue angle of 231.68º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3144BA is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 68 186 -
CMYK 0.74 0.63 0 0.27
HSL 231.68º 0.58% 0.46% -
HSV(B) 231.68º 0.74% 0.73% -
XYZ 12.2 8.33 47.42 -
YUV 75.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 49 68 186 0.74 0.63 0 0.27 231.68 0.58 0.46
Hex 31 44 BA 4A 3F 0 1B E8 3A 2E
Octal 61 104 272 112 77 0 33 350 72 56
Binary 110001 1000100 10111010 1001010 111111 0 11011 11101000 111010 101110

Color Harmonies of #3144BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3144BA

Black with #3144BA

Text Example


Text Example

White with #3144BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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