Html Css Color HEX #3049AF Cerulean Blue

📋 copy color: '#3049AF'

red 48 ◦ green 73 ◦ blue 175

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

Shades of Cerulean Blue #3049AF

Tints of Cerulean Blue #3049AF

RGB

 RED value IS 48 (19.14% from 255) = 16.22%

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

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

R = 16.22%
G = 24.66%
B = 59.12%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3049AF (or 0x3049AF) is known color: Cerulean Blue. HEX triplet: 30, 49 and AF. RGB value is (48,73,175). Sum of RGB (Red+Green+Blue) = 48+73+175=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #3049AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3049AF is #CFB650. Grayscale: #4C4C4C. Windows color (decimal): -13612625 or 11487536. OLE color: 11487536.

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

Color convert

RGB 48 73 175 -
CMYK 0.73 0.58 0 0.31
HSL 228.19º 0.57% 0.44% -
HSV(B) 228.19º 0.73% 0.69% -
XYZ 11.34 8.49 41.6 -
YUV 77.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 48 73 175 0.73 0.58 0 0.31 228.19 0.57 0.44
Hex 30 49 AF 49 3A 0 1F E4 39 2C
Octal 60 111 257 111 72 0 37 344 71 54
Binary 110000 1001001 10101111 1001001 111010 0 11111 11100100 111001 101100

Color Harmonies of #3049AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3049AF

Black with #3049AF

Text Example


Text Example

White with #3049AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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