Html Css Color HEX #3150BF Cerulean Blue

📋 copy color: '#3150BF'

red 49 ◦ green 80 ◦ blue 191

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

Shades of Cerulean Blue #3150BF

Tints of Cerulean Blue #3150BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.69%

R = 15.31%
G = 25%
B = 59.69%

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

#3150BF (or 0x3150BF) is known color: Cerulean Blue. HEX triplet: 31, 50 and BF. RGB value is (49,80,191). Sum of RGB (Red+Green+Blue) = 49+80+191=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #3150BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150BF is #CEAF40. Grayscale: #525252. Windows color (decimal): -13545281 or 12537905. OLE color: 12537905.

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

Color convert

RGB 49 80 191 -
CMYK 0.74 0.58 0 0.25
HSL 226.9º 0.59% 0.47% -
HSV(B) 226.9º 0.74% 0.75% -
XYZ 13.54 10.15 50.54 -
YUV 83.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 49 80 191 0.74 0.58 0 0.25 226.9 0.59 0.47
Hex 31 50 BF 4A 3A 0 19 E3 3B 2F
Octal 61 120 277 112 72 0 31 343 73 57
Binary 110001 1010000 10111111 1001010 111010 0 11001 11100011 111011 101111

Color Harmonies of #3150BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150BF

Black with #3150BF

Text Example


Text Example

White with #3150BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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