Html Css Color HEX #344CCF Free Speech Blue

📋 copy color: '#344CCF'

red 52 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #344CCF

Tints of Free Speech Blue #344CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.79%

R = 15.52%
G = 22.69%
B = 61.79%

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

#344CCF (or 0x344CCF) is known color: Free Speech Blue. HEX triplet: 34, 4C and CF. RGB value is (52,76,207). Sum of RGB (Red+Green+Blue) = 52+76+207=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #344CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CCF is #CBB330. Grayscale: #535353. Windows color (decimal): -13349681 or 13585460. OLE color: 13585460.

HSL color Cylindrical-coordinate representation of color #344CCF: hue angle of 230.71º degrees, saturation: 0.62, 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 #344CCF is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 76 207 -
CMYK 0.75 0.63 0 0.19
HSL 230.71º 0.62% 0.51% -
HSV(B) 230.71º 0.75% 0.81% -
XYZ 15.26 10.4 60.24 -
YUV 83.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 52 76 207 0.75 0.63 0 0.19 230.71 0.62 0.51
Hex 34 4C CF 4B 3F 0 13 E7 3E 33
Octal 64 114 317 113 77 0 23 347 76 63
Binary 110100 1001100 11001111 1001011 111111 0 10011 11100111 111110 110011

Color Harmonies of #344CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CCF

Black with #344CCF

Text Example


Text Example

White with #344CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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