Html Css Color HEX #344CCE Free Speech Blue

📋 copy color: '#344CCE'

red 52 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #344CCE

Tints of Free Speech Blue #344CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 15.57%
G = 22.75%
B = 61.68%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#344CCE (or 0x344CCE) is known color: Free Speech Blue. HEX triplet: 34, 4C and CE. RGB value is (52,76,206). Sum of RGB (Red+Green+Blue) = 52+76+206=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #344CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CCE is #CBB331. Grayscale: #535353. Windows color (decimal): -13349682 or 13519924. OLE color: 13519924.

HSL color Cylindrical-coordinate representation of color #344CCE: hue angle of 230.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344CCE is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 76 206 -
CMYK 0.75 0.63 0 0.19
HSL 230.65º 0.61% 0.51% -
HSV(B) 230.65º 0.75% 0.81% -
XYZ 15.14 10.36 59.59 -
YUV 83.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 52 76 206 0.75 0.63 0 0.19 230.65 0.61 0.51
Hex 34 4C CE 4B 3F 0 13 E7 3D 33
Octal 64 114 316 113 77 0 23 347 75 63
Binary 110100 1001100 11001110 1001011 111111 0 10011 11100111 111101 110011

Color Harmonies of #344CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CCE

Black with #344CCE

Text Example


Text Example

White with #344CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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