Html Css Color HEX #3145BB Cerulean Blue

📋 copy color: '#3145BB'

red 49 ◦ green 69 ◦ blue 187

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

Shades of Cerulean Blue #3145BB

Tints of Cerulean Blue #3145BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 16.07%
G = 22.62%
B = 61.31%

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

#3145BB (or 0x3145BB) is known color: Cerulean Blue. HEX triplet: 31, 45 and BB. RGB value is (49,69,187). Sum of RGB (Red+Green+Blue) = 49+69+187=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #3145BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3145BB is #CEBA44. Grayscale: #4B4B4B. Windows color (decimal): -13548101 or 12272945. OLE color: 12272945.

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

Color convert

RGB 49 69 187 -
CMYK 0.74 0.63 0 0.27
HSL 231.3º 0.58% 0.46% -
HSV(B) 231.3º 0.74% 0.73% -
XYZ 12.36 8.5 48 -
YUV 76.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 49 69 187 0.74 0.63 0 0.27 231.3 0.58 0.46
Hex 31 45 BB 4A 3F 0 1B E7 3A 2E
Octal 61 105 273 112 77 0 33 347 72 56
Binary 110001 1000101 10111011 1001010 111111 0 11011 11100111 111010 101110

Color Harmonies of #3145BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3145BB

Black with #3145BB

Text Example


Text Example

White with #3145BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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