Html Css Color HEX #3241BA Cerulean Blue

📋 copy color: '#3241BA'

red 50 ◦ green 65 ◦ blue 186

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

Shades of Cerulean Blue #3241BA

Tints of Cerulean Blue #3241BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 16.61%
G = 21.59%
B = 61.79%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3241BA (or 0x3241BA) is known color: Cerulean Blue. HEX triplet: 32, 41 and BA. RGB value is (50,65,186). Sum of RGB (Red+Green+Blue) = 50+65+186=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #3241BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3241BA is #CDBE45. Grayscale: #494949. Windows color (decimal): -13483590 or 12206386. OLE color: 12206386.

HSL color Cylindrical-coordinate representation of color #3241BA: hue angle of 233.38º 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 #3241BA is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 65 186 -
CMYK 0.73 0.65 0 0.27
HSL 233.38º 0.58% 0.46% -
HSV(B) 233.38º 0.73% 0.73% -
XYZ 12.07 8 47.36 -
YUV 74.31 191.03 110.66 -
System Red Green Blue C M Y K H S L
Decimal 50 65 186 0.73 0.65 0 0.27 233.38 0.58 0.46
Hex 32 41 BA 49 41 0 1B E9 3A 2E
Octal 62 101 272 111 101 0 33 351 72 56
Binary 110010 1000001 10111010 1001001 1000001 0 11011 11101001 111010 101110

Color Harmonies of #3241BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3241BA

Black with #3241BA

Text Example


Text Example

White with #3241BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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