Html Css Color HEX #344EC1 Cerulean Blue

📋 copy color: '#344EC1'

red 52 ◦ green 78 ◦ blue 193

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

Shades of Cerulean Blue #344EC1

Tints of Cerulean Blue #344EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.15%

 BLUE value IS 193 (75.78% from 255) = 59.75%

R = 16.1%
G = 24.15%
B = 59.75%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#344EC1 (or 0x344EC1) is known color: Cerulean Blue. HEX triplet: 34, 4E and C1. RGB value is (52,78,193). Sum of RGB (Red+Green+Blue) = 52+78+193=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #344EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC1 is #CBB13E. Grayscale: #525252. Windows color (decimal): -13349183 or 12668468. OLE color: 12668468.

HSL color Cylindrical-coordinate representation of color #344EC1: hue angle of 228.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344EC1 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 78 193 -
CMYK 0.73 0.60 0 0.24
HSL 228.94º 0.58% 0.48% -
HSV(B) 228.94º 0.73% 0.76% -
XYZ 13.77 10.03 51.66 -
YUV 83.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 52 78 193 0.73 0.60 0 0.24 228.94 0.58 0.48
Hex 34 4E C1 49 3C 0 18 E5 3A 30
Octal 64 116 301 111 74 0 30 345 72 60
Binary 110100 1001110 11000001 1001001 111100 0 11000 11100101 111010 110000

Color Harmonies of #344EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EC1

Black with #344EC1

Text Example


Text Example

White with #344EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344EC1; }

 p { color: rgb(52,78,193); }

 H1.HeaderClassName
 {
   color: #344EC1;
 }
 .AnyTagClassName
 {
   color: #344EC1;
 }
</style>

background-color css

<style>
 a { background-color: #344EC1; }

 a { background-color: rgb(52,78,193); }

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

border-color css

<style>
 span { border-color: #344EC1; }

 span { border-color: rgb(52,78,193); }

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