Html Css Color HEX #2849AF Cerulean Blue

📋 copy color: '#2849AF'

red 40 ◦ green 73 ◦ blue 175

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

Shades of Cerulean Blue #2849AF

Tints of Cerulean Blue #2849AF

RGB

 RED value IS 40 (16.02% from 255) = 13.89%

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 13.89%
G = 25.35%
B = 60.76%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2849AF (or 0x2849AF) is known color: Cerulean Blue. HEX triplet: 28, 49 and AF. RGB value is (40,73,175). Sum of RGB (Red+Green+Blue) = 40+73+175=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #2849AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2849AF is #D7B650. Grayscale: #4A4A4A. Windows color (decimal): -14136913 or 11487528. OLE color: 11487528.

HSL color Cylindrical-coordinate representation of color #2849AF: hue angle of 225.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2849AF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 73 175 -
CMYK 0.77 0.58 0 0.31
HSL 225.33º 0.63% 0.42% -
HSV(B) 225.33º 0.77% 0.69% -
XYZ 11 8.31 41.58 -
YUV 74.76 184.57 103.21 -
System Red Green Blue C M Y K H S L
Decimal 40 73 175 0.77 0.58 0 0.31 225.33 0.63 0.42
Hex 28 49 AF 4D 3A 0 1F E1 3F 2A
Octal 50 111 257 115 72 0 37 341 77 52
Binary 101000 1001001 10101111 1001101 111010 0 11111 11100001 111111 101010

Color Harmonies of #2849AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849AF

Black with #2849AF

Text Example


Text Example

White with #2849AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2849AF; }

 p { color: rgb(40,73,175); }

 H1.HeaderClassName
 {
   color: #2849AF;
 }
 .AnyTagClassName
 {
   color: #2849AF;
 }
</style>

background-color css

<style>
 a { background-color: #2849AF; }

 a { background-color: rgb(40,73,175); }

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

border-color css

<style>
 span { border-color: #2849AF; }

 span { border-color: rgb(40,73,175); }

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