Html Css Color HEX #3044B1 Cerulean Blue

📋 copy color: '#3044B1'

red 48 ◦ green 68 ◦ blue 177

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

Shades of Cerulean Blue #3044B1

Tints of Cerulean Blue #3044B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.41%

R = 16.38%
G = 23.21%
B = 60.41%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3044B1 (or 0x3044B1) is known color: Cerulean Blue. HEX triplet: 30, 44 and B1. RGB value is (48,68,177). Sum of RGB (Red+Green+Blue) = 48+68+177=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #3044B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3044B1 is #CFBB4E. Grayscale: #494949. Windows color (decimal): -13613903 or 11617328. OLE color: 11617328.

HSL color Cylindrical-coordinate representation of color #3044B1: hue angle of 230.7º 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 #3044B1 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 68 177 -
CMYK 0.73 0.62 0 0.31
HSL 230.7º 0.57% 0.44% -
HSV(B) 230.7º 0.73% 0.69% -
XYZ 11.22 7.94 42.54 -
YUV 74.45 185.87 109.14 -
System Red Green Blue C M Y K H S L
Decimal 48 68 177 0.73 0.62 0 0.31 230.7 0.57 0.44
Hex 30 44 B1 49 3E 0 1F E7 39 2C
Octal 60 104 261 111 76 0 37 347 71 54
Binary 110000 1000100 10110001 1001001 111110 0 11111 11100111 111001 101100

Color Harmonies of #3044B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3044B1

Black with #3044B1

Text Example


Text Example

White with #3044B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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