Html Css Color HEX #3144BE Cerulean Blue

📋 copy color: '#3144BE'

red 49 ◦ green 68 ◦ blue 190

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

Shades of Cerulean Blue #3144BE

Tints of Cerulean Blue #3144BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 15.96%
G = 22.15%
B = 61.89%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3144BE (or 0x3144BE) is known color: Cerulean Blue. HEX triplet: 31, 44 and BE. RGB value is (49,68,190). Sum of RGB (Red+Green+Blue) = 49+68+190=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #3144BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3144BE is #CEBB41. Grayscale: #4B4B4B. Windows color (decimal): -13548354 or 12469297. OLE color: 12469297.

HSL color Cylindrical-coordinate representation of color #3144BE: hue angle of 231.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3144BE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 68 190 -
CMYK 0.74 0.64 0 0.25
HSL 231.91º 0.59% 0.47% -
HSV(B) 231.91º 0.74% 0.75% -
XYZ 12.63 8.5 49.69 -
YUV 76.23 192.21 108.58 -
System Red Green Blue C M Y K H S L
Decimal 49 68 190 0.74 0.64 0 0.25 231.91 0.59 0.47
Hex 31 44 BE 4A 40 0 19 E8 3B 2F
Octal 61 104 276 112 100 0 31 350 73 57
Binary 110001 1000100 10111110 1001010 1000000 0 11001 11101000 111011 101111

Color Harmonies of #3144BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3144BE

Black with #3144BE

Text Example


Text Example

White with #3144BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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