Html Css Color HEX #3244BA Cerulean Blue

📋 copy color: '#3244BA'

red 50 ◦ green 68 ◦ blue 186

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

Shades of Cerulean Blue #3244BA

Tints of Cerulean Blue #3244BA

RGB

 RED value IS 50 (19.92% from 255) = 16.45%

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

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 16.45%
G = 22.37%
B = 61.18%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3244BA (or 0x3244BA) is known color: Cerulean Blue. HEX triplet: 32, 44 and BA. RGB value is (50,68,186). Sum of RGB (Red+Green+Blue) = 50+68+186=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #3244BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3244BA is #CDBB45. Grayscale: #4B4B4B. Windows color (decimal): -13482822 or 12207154. OLE color: 12207154.

HSL color Cylindrical-coordinate representation of color #3244BA: hue angle of 232.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3244BA is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 68 186 -
CMYK 0.73 0.63 0 0.27
HSL 232.06º 0.58% 0.46% -
HSV(B) 232.06º 0.73% 0.73% -
XYZ 12.25 8.36 47.42 -
YUV 76.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 50 68 186 0.73 0.63 0 0.27 232.06 0.58 0.46
Hex 32 44 BA 49 3F 0 1B E8 3A 2E
Octal 62 104 272 111 77 0 33 350 72 56
Binary 110010 1000100 10111010 1001001 111111 0 11011 11101000 111010 101110

Color Harmonies of #3244BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3244BA

Black with #3244BA

Text Example


Text Example

White with #3244BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3244BA; }

 p { color: rgb(50,68,186); }

 H1.HeaderClassName
 {
   color: #3244BA;
 }
 .AnyTagClassName
 {
   color: #3244BA;
 }
</style>

background-color css

<style>
 a { background-color: #3244BA; }

 a { background-color: rgb(50,68,186); }

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

border-color css

<style>
 span { border-color: #3244BA; }

 span { border-color: rgb(50,68,186); }

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