Html Css Color HEX #3150BE Cerulean Blue

📋 copy color: '#3150BE'

red 49 ◦ green 80 ◦ blue 190

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

Shades of Cerulean Blue #3150BE

Tints of Cerulean Blue #3150BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 15.36%
G = 25.08%
B = 59.56%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3150BE (or 0x3150BE) is known color: Cerulean Blue. HEX triplet: 31, 50 and BE. RGB value is (49,80,190). Sum of RGB (Red+Green+Blue) = 49+80+190=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #3150BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150BE is #CEAF41. Grayscale: #525252. Windows color (decimal): -13545282 or 12472369. OLE color: 12472369.

HSL color Cylindrical-coordinate representation of color #3150BE: hue angle of 226.81º 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 #3150BE is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 80 190 -
CMYK 0.74 0.58 0 0.25
HSL 226.81º 0.59% 0.47% -
HSV(B) 226.81º 0.74% 0.75% -
XYZ 13.43 10.11 49.96 -
YUV 83.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 49 80 190 0.74 0.58 0 0.25 226.81 0.59 0.47
Hex 31 50 BE 4A 3A 0 19 E3 3B 2F
Octal 61 120 276 112 72 0 31 343 73 57
Binary 110001 1010000 10111110 1001010 111010 0 11001 11100011 111011 101111

Color Harmonies of #3150BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150BE

Black with #3150BE

Text Example


Text Example

White with #3150BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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