Html Css Color HEX #3044BD Cerulean Blue

📋 copy color: '#3044BD'

red 48 ◦ green 68 ◦ blue 189

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

Shades of Cerulean Blue #3044BD

Tints of Cerulean Blue #3044BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 15.74%
G = 22.3%
B = 61.97%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3044BD (or 0x3044BD) is known color: Cerulean Blue. HEX triplet: 30, 44 and BD. RGB value is (48,68,189). Sum of RGB (Red+Green+Blue) = 48+68+189=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #3044BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3044BD is #CFBB42. Grayscale: #4B4B4B. Windows color (decimal): -13613891 or 12403760. OLE color: 12403760.

HSL color Cylindrical-coordinate representation of color #3044BD: hue angle of 231.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3044BD is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 68 189 -
CMYK 0.75 0.64 0 0.26
HSL 231.49º 0.59% 0.46% -
HSV(B) 231.49º 0.75% 0.74% -
XYZ 12.47 8.44 49.12 -
YUV 75.81 191.87 108.16 -
System Red Green Blue C M Y K H S L
Decimal 48 68 189 0.75 0.64 0 0.26 231.49 0.59 0.46
Hex 30 44 BD 4B 40 0 1A E7 3B 2E
Octal 60 104 275 113 100 0 32 347 73 56
Binary 110000 1000100 10111101 1001011 1000000 0 11010 11100111 111011 101110

Color Harmonies of #3044BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3044BD

Black with #3044BD

Text Example


Text Example

White with #3044BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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