Html Css Color HEX #344EC0 Cerulean Blue

📋 copy color: '#344EC0'

red 52 ◦ green 78 ◦ blue 192

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

Shades of Cerulean Blue #344EC0

Tints of Cerulean Blue #344EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.63%

R = 16.15%
G = 24.22%
B = 59.63%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#344EC0 (or 0x344EC0) is known color: Cerulean Blue. HEX triplet: 34, 4E and C0. RGB value is (52,78,192). Sum of RGB (Red+Green+Blue) = 52+78+192=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #344EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC0 is #CBB13F. Grayscale: #525252. Windows color (decimal): -13349184 or 12602932. OLE color: 12602932.

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

Color convert

RGB 52 78 192 -
CMYK 0.73 0.59 0 0.25
HSL 228.86º 0.57% 0.48% -
HSV(B) 228.86º 0.73% 0.75% -
XYZ 13.65 9.98 51.08 -
YUV 83.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 52 78 192 0.73 0.59 0 0.25 228.86 0.57 0.48
Hex 34 4E C0 49 3B 0 19 E5 39 30
Octal 64 116 300 111 73 0 31 345 71 60
Binary 110100 1001110 11000000 1001001 111011 0 11001 11100101 111001 110000

Color Harmonies of #344EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EC0

Black with #344EC0

Text Example


Text Example

White with #344EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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