Html Css Color HEX #3145B9 Cerulean Blue

📋 copy color: '#3145B9'

red 49 ◦ green 69 ◦ blue 185

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

Shades of Cerulean Blue #3145B9

Tints of Cerulean Blue #3145B9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.77%

 BLUE value IS 185 (72.66% from 255) = 61.06%

R = 16.17%
G = 22.77%
B = 61.06%

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

#3145B9 (or 0x3145B9) is known color: Cerulean Blue. HEX triplet: 31, 45 and B9. RGB value is (49,69,185). Sum of RGB (Red+Green+Blue) = 49+69+185=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #3145B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3145B9 is #CEBA46. Grayscale: #4B4B4B. Windows color (decimal): -13548103 or 12141873. OLE color: 12141873.

HSL color Cylindrical-coordinate representation of color #3145B9: hue angle of 231.18º 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 #3145B9 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 69 185 -
CMYK 0.74 0.63 0 0.27
HSL 231.18º 0.58% 0.46% -
HSV(B) 231.18º 0.74% 0.73% -
XYZ 12.15 8.41 46.88 -
YUV 76.24 189.37 108.57 -
System Red Green Blue C M Y K H S L
Decimal 49 69 185 0.74 0.63 0 0.27 231.18 0.58 0.46
Hex 31 45 B9 4A 3F 0 1B E7 3A 2E
Octal 61 105 271 112 77 0 33 347 72 56
Binary 110001 1000101 10111001 1001010 111111 0 11011 11100111 111010 101110

Color Harmonies of #3145B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3145B9

Black with #3145B9

Text Example


Text Example

White with #3145B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3145B9; }

 p { color: rgb(49,69,185); }

 H1.HeaderClassName
 {
   color: #3145B9;
 }
 .AnyTagClassName
 {
   color: #3145B9;
 }
</style>

background-color css

<style>
 a { background-color: #3145B9; }

 a { background-color: rgb(49,69,185); }

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

border-color css

<style>
 span { border-color: #3145B9; }

 span { border-color: rgb(49,69,185); }

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