Html Css Color HEX #334CCF Free Speech Blue

📋 copy color: '#334CCF'

red 51 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #334CCF

Tints of Free Speech Blue #334CCF

RGB

 RED value IS 51 (20.31% from 255) = 15.27%

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

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

R = 15.27%
G = 22.75%
B = 61.98%

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

#334CCF (or 0x334CCF) is known color: Free Speech Blue. HEX triplet: 33, 4C and CF. RGB value is (51,76,207). Sum of RGB (Red+Green+Blue) = 51+76+207=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #334CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CCF is #CCB330. Grayscale: #525252. Windows color (decimal): -13415217 or 13585459. OLE color: 13585459.

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

Color convert

RGB 51 76 207 -
CMYK 0.75 0.63 0 0.19
HSL 230.38º 0.62% 0.51% -
HSV(B) 230.38º 0.75% 0.81% -
XYZ 15.21 10.38 60.23 -
YUV 83.46 197.72 104.85 -
System Red Green Blue C M Y K H S L
Decimal 51 76 207 0.75 0.63 0 0.19 230.38 0.62 0.51
Hex 33 4C CF 4B 3F 0 13 E6 3E 33
Octal 63 114 317 113 77 0 23 346 76 63
Binary 110011 1001100 11001111 1001011 111111 0 10011 11100110 111110 110011

Color Harmonies of #334CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CCF

Black with #334CCF

Text Example


Text Example

White with #334CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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