Html Css Color HEX #3145A9 Cerulean Blue

📋 copy color: '#3145A9'

red 49 ◦ green 69 ◦ blue 169

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

Shades of Cerulean Blue #3145A9

Tints of Cerulean Blue #3145A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 58.89%

R = 17.07%
G = 24.04%
B = 58.89%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3145A9 (or 0x3145A9) is known color: Cerulean Blue. HEX triplet: 31, 45 and A9. RGB value is (49,69,169). Sum of RGB (Red+Green+Blue) = 49+69+169=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 169 (66.41% from 255 or 58.89% from 287); Max value from RGB is 169 - color contains mainly: blue. Hex color #3145A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3145A9 is #CEBA56. Grayscale: #4A4A4A. Windows color (decimal): -13548119 or 11093297. OLE color: 11093297.

HSL color Cylindrical-coordinate representation of color #3145A9: hue angle of 230º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3145A9 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 69 169 -
CMYK 0.71 0.59 0 0.34
HSL 230º 0.55% 0.43% -
HSV(B) 230º 0.71% 0.66% -
XYZ 10.56 7.77 38.48 -
YUV 74.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 49 69 169 0.71 0.59 0 0.34 230 0.55 0.43
Hex 31 45 A9 47 3B 0 22 E6 37 2B
Octal 61 105 251 107 73 0 42 346 67 53
Binary 110001 1000101 10101001 1000111 111011 0 100010 11100110 110111 101011

Color Harmonies of #3145A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3145A9

Black with #3145A9

Text Example


Text Example

White with #3145A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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