Html Css Color HEX #3044BE Cerulean Blue

📋 copy color: '#3044BE'

red 48 ◦ green 68 ◦ blue 190

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

Shades of Cerulean Blue #3044BE

Tints of Cerulean Blue #3044BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 15.69%
G = 22.22%
B = 62.09%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3044BE (or 0x3044BE) is known color: Cerulean Blue. HEX triplet: 30, 44 and BE. RGB value is (48,68,190). Sum of RGB (Red+Green+Blue) = 48+68+190=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #3044BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3044BE is #CFBB41. Grayscale: #4B4B4B. Windows color (decimal): -13613890 or 12469296. OLE color: 12469296.

HSL color Cylindrical-coordinate representation of color #3044BE: hue angle of 231.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3044BE is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 68 190 -
CMYK 0.75 0.64 0 0.25
HSL 231.55º 0.6% 0.47% -
HSV(B) 231.55º 0.75% 0.75% -
XYZ 12.58 8.48 49.69 -
YUV 75.93 192.37 108.08 -
System Red Green Blue C M Y K H S L
Decimal 48 68 190 0.75 0.64 0 0.25 231.55 0.6 0.47
Hex 30 44 BE 4B 40 0 19 E8 3C 2F
Octal 60 104 276 113 100 0 31 350 74 57
Binary 110000 1000100 10111110 1001011 1000000 0 11001 11101000 111100 101111

Color Harmonies of #3044BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3044BE

Black with #3044BE

Text Example


Text Example

White with #3044BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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