Html Css Color HEX #3044AE Cerulean Blue

📋 copy color: '#3044AE'

red 48 ◦ green 68 ◦ blue 174

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

Shades of Cerulean Blue #3044AE

Tints of Cerulean Blue #3044AE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 174 (68.36% from 255) = 60%

R = 16.55%
G = 23.45%
B = 60%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3044AE (or 0x3044AE) is known color: Cerulean Blue. HEX triplet: 30, 44 and AE. RGB value is (48,68,174). Sum of RGB (Red+Green+Blue) = 48+68+174=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #3044AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3044AE is #CFBB51. Grayscale: #494949. Windows color (decimal): -13613906 or 11420720. OLE color: 11420720.

HSL color Cylindrical-coordinate representation of color #3044AE: hue angle of 230.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3044AE is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 68 174 -
CMYK 0.72 0.61 0 0.32
HSL 230.48º 0.57% 0.44% -
HSV(B) 230.48º 0.72% 0.68% -
XYZ 10.93 7.82 40.98 -
YUV 74.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 48 68 174 0.72 0.61 0 0.32 230.48 0.57 0.44
Hex 30 44 AE 48 3D 0 20 E6 39 2C
Octal 60 104 256 110 75 0 40 346 71 54
Binary 110000 1000100 10101110 1001000 111101 0 100000 11100110 111001 101100

Color Harmonies of #3044AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3044AE

Black with #3044AE

Text Example


Text Example

White with #3044AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3044AE; }

 p { color: rgb(48,68,174); }

 H1.HeaderClassName
 {
   color: #3044AE;
 }
 .AnyTagClassName
 {
   color: #3044AE;
 }
</style>

background-color css

<style>
 a { background-color: #3044AE; }

 a { background-color: rgb(48,68,174); }

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

border-color css

<style>
 span { border-color: #3044AE; }

 span { border-color: rgb(48,68,174); }

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