Html Css Color HEX #3446BE Cerulean Blue

📋 copy color: '#3446BE'

red 52 ◦ green 70 ◦ blue 190

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

Shades of Cerulean Blue #3446BE

Tints of Cerulean Blue #3446BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 16.67%
G = 22.44%
B = 60.9%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3446BE (or 0x3446BE) is known color: Cerulean Blue. HEX triplet: 34, 46 and BE. RGB value is (52,70,190). Sum of RGB (Red+Green+Blue) = 52+70+190=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #3446BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446BE is #CBB941. Grayscale: #4D4D4D. Windows color (decimal): -13351234 or 12469812. OLE color: 12469812.

HSL color Cylindrical-coordinate representation of color #3446BE: hue angle of 232.17º 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 #3446BE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 70 190 -
CMYK 0.73 0.63 0 0.25
HSL 232.17º 0.57% 0.47% -
HSV(B) 232.17º 0.73% 0.75% -
XYZ 12.9 8.83 49.74 -
YUV 78.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 52 70 190 0.73 0.63 0 0.25 232.17 0.57 0.47
Hex 34 46 BE 49 3F 0 19 E8 39 2F
Octal 64 106 276 111 77 0 31 350 71 57
Binary 110100 1000110 10111110 1001001 111111 0 11001 11101000 111001 101111

Color Harmonies of #3446BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3446BE

Black with #3446BE

Text Example


Text Example

White with #3446BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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