Html Css Color HEX #3141BC Cerulean Blue

📋 copy color: '#3141BC'

red 49 ◦ green 65 ◦ blue 188

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

Shades of Cerulean Blue #3141BC

Tints of Cerulean Blue #3141BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 16.23%
G = 21.52%
B = 62.25%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3141BC (or 0x3141BC) is known color: Cerulean Blue. HEX triplet: 31, 41 and BC. RGB value is (49,65,188). Sum of RGB (Red+Green+Blue) = 49+65+188=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #3141BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141BC is #CEBE43. Grayscale: #494949. Windows color (decimal): -13549124 or 12337457. OLE color: 12337457.

HSL color Cylindrical-coordinate representation of color #3141BC: hue angle of 233.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3141BC is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 65 188 -
CMYK 0.74 0.65 0 0.26
HSL 233.09º 0.59% 0.46% -
HSV(B) 233.09º 0.74% 0.74% -
XYZ 12.23 8.06 48.49 -
YUV 74.24 192.2 110 -
System Red Green Blue C M Y K H S L
Decimal 49 65 188 0.74 0.65 0 0.26 233.09 0.59 0.46
Hex 31 41 BC 4A 41 0 1A E9 3B 2E
Octal 61 101 274 112 101 0 32 351 73 56
Binary 110001 1000001 10111100 1001010 1000001 0 11010 11101001 111011 101110

Color Harmonies of #3141BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3141BC

Black with #3141BC

Text Example


Text Example

White with #3141BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3141BC; }

 p { color: rgb(49,65,188); }

 H1.HeaderClassName
 {
   color: #3141BC;
 }
 .AnyTagClassName
 {
   color: #3141BC;
 }
</style>

background-color css

<style>
 a { background-color: #3141BC; }

 a { background-color: rgb(49,65,188); }

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

border-color css

<style>
 span { border-color: #3141BC; }

 span { border-color: rgb(49,65,188); }

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