Html Css Color HEX #344CC0 Cerulean Blue

📋 copy color: '#344CC0'

red 52 ◦ green 76 ◦ blue 192

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

Shades of Cerulean Blue #344CC0

Tints of Cerulean Blue #344CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.75%

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

R = 16.25%
G = 23.75%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#344CC0 (or 0x344CC0) is known color: Cerulean Blue. HEX triplet: 34, 4C and C0. RGB value is (52,76,192). Sum of RGB (Red+Green+Blue) = 52+76+192=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #344CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CC0 is #CBB33F. Grayscale: #515151. Windows color (decimal): -13349696 or 12602420. OLE color: 12602420.

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

Color convert

RGB 52 76 192 -
CMYK 0.73 0.60 0 0.25
HSL 229.71º 0.57% 0.48% -
HSV(B) 229.71º 0.73% 0.75% -
XYZ 13.52 9.7 51.03 -
YUV 82.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 52 76 192 0.73 0.60 0 0.25 229.71 0.57 0.48
Hex 34 4C C0 49 3C 0 19 E6 39 30
Octal 64 114 300 111 74 0 31 346 71 60
Binary 110100 1001100 11000000 1001001 111100 0 11001 11100110 111001 110000

Color Harmonies of #344CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CC0

Black with #344CC0

Text Example


Text Example

White with #344CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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