Html Css Color HEX #344EC3 Cerulean Blue

📋 copy color: '#344EC3'

red 52 ◦ green 78 ◦ blue 195

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

Shades of Cerulean Blue #344EC3

Tints of Cerulean Blue #344EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60%

R = 16%
G = 24%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#344EC3 (or 0x344EC3) is known color: Cerulean Blue. HEX triplet: 34, 4E and C3. RGB value is (52,78,195). Sum of RGB (Red+Green+Blue) = 52+78+195=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #344EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC3 is #CBB13C. Grayscale: #535353. Windows color (decimal): -13349181 or 12799540. OLE color: 12799540.

HSL color Cylindrical-coordinate representation of color #344EC3: hue angle of 229.09º 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 #344EC3 is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 78 195 -
CMYK 0.73 0.6 0 0.24
HSL 229.09º 0.58% 0.48% -
HSV(B) 229.09º 0.73% 0.76% -
XYZ 13.99 10.12 52.85 -
YUV 83.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 52 78 195 0.73 0.6 0 0.24 229.09 0.58 0.48
Hex 34 4E C3 49 3C 0 18 E5 3A 30
Octal 64 116 303 111 74 0 30 345 72 60
Binary 110100 1001110 11000011 1001001 111100 0 11000 11100101 111010 110000

Color Harmonies of #344EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EC3

Black with #344EC3

Text Example


Text Example

White with #344EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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