Html Css Color HEX #3441BE Cerulean Blue

📋 copy color: '#3441BE'

red 52 ◦ green 65 ◦ blue 190

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

Shades of Cerulean Blue #3441BE

Tints of Cerulean Blue #3441BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 16.94%
G = 21.17%
B = 61.89%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3441BE (or 0x3441BE) is known color: Cerulean Blue. HEX triplet: 34, 41 and BE. RGB value is (52,65,190). Sum of RGB (Red+Green+Blue) = 52+65+190=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #3441BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3441BE is #CBBE41. Grayscale: #4A4A4A. Windows color (decimal): -13352514 or 12468532. OLE color: 12468532.

HSL color Cylindrical-coordinate representation of color #3441BE: hue angle of 234.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3441BE is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 65 190 -
CMYK 0.73 0.66 0 0.25
HSL 234.35º 0.57% 0.47% -
HSV(B) 234.35º 0.73% 0.75% -
XYZ 12.6 8.23 49.64 -
YUV 75.36 192.69 111.34 -
System Red Green Blue C M Y K H S L
Decimal 52 65 190 0.73 0.66 0 0.25 234.35 0.57 0.47
Hex 34 41 BE 49 42 0 19 EA 39 2F
Octal 64 101 276 111 102 0 31 352 71 57
Binary 110100 1000001 10111110 1001001 1000010 0 11001 11101010 111001 101111

Color Harmonies of #3441BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3441BE

Black with #3441BE

Text Example


Text Example

White with #3441BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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