Html Css Color HEX #3441BA Cerulean Blue

📋 copy color: '#3441BA'

red 52 ◦ green 65 ◦ blue 186

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

Shades of Cerulean Blue #3441BA

Tints of Cerulean Blue #3441BA

RGB

 RED value IS 52 (20.7% from 255) = 17.16%

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

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

R = 17.16%
G = 21.45%
B = 61.39%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3441BA (or 0x3441BA) is known color: Cerulean Blue. HEX triplet: 34, 41 and BA. RGB value is (52,65,186). Sum of RGB (Red+Green+Blue) = 52+65+186=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #3441BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3441BA is #CBBE45. Grayscale: #4A4A4A. Windows color (decimal): -13352518 or 12206388. OLE color: 12206388.

HSL color Cylindrical-coordinate representation of color #3441BA: hue angle of 234.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3441BA is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 65 186 -
CMYK 0.72 0.65 0 0.27
HSL 234.18º 0.56% 0.47% -
HSV(B) 234.18º 0.72% 0.73% -
XYZ 12.17 8.06 47.37 -
YUV 74.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 52 65 186 0.72 0.65 0 0.27 234.18 0.56 0.47
Hex 34 41 BA 48 41 0 1B EA 38 2F
Octal 64 101 272 110 101 0 33 352 70 57
Binary 110100 1000001 10111010 1001000 1000001 0 11011 11101010 111000 101111

Color Harmonies of #3441BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3441BA

Black with #3441BA

Text Example


Text Example

White with #3441BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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