Html Css Color HEX #443FCC Free Speech Blue

📋 copy color: '#443FCC'

red 68 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Blue #443FCC

Tints of Free Speech Blue #443FCC

RGB

 RED value IS 68 (26.95% from 255) = 20.3%

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 20.3%
G = 18.81%
B = 60.9%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#443FCC (or 0x443FCC) is known color: Free Speech Blue. HEX triplet: 44, 3F and CC. RGB value is (68,63,204). Sum of RGB (Red+Green+Blue) = 68+63+204=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #443FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FCC is #BBC033. Grayscale: #505050. Windows color (decimal): -12304436 or 13385540. OLE color: 13385540.

HSL color Cylindrical-coordinate representation of color #443FCC: hue angle of 242.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443FCC is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 63 204 -
CMYK 0.67 0.69 0 0.2
HSL 242.13º 0.58% 0.52% -
HSV(B) 242.13º 0.69% 0.8% -
XYZ 15.06 9.14 58.1 -
YUV 80.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 68 63 204 0.67 0.69 0 0.2 242.13 0.58 0.52
Hex 44 3F CC 43 45 0 14 F2 3A 34
Octal 104 77 314 103 105 0 24 362 72 64
Binary 1000100 111111 11001100 1000011 1000101 0 10100 11110010 111010 110100

Color Harmonies of #443FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443FCC

Black with #443FCC

Text Example


Text Example

White with #443FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443FCC; }

 p { color: rgb(68,63,204); }

 H1.HeaderClassName
 {
   color: #443FCC;
 }
 .AnyTagClassName
 {
   color: #443FCC;
 }
</style>

background-color css

<style>
 a { background-color: #443FCC; }

 a { background-color: rgb(68,63,204); }

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

border-color css

<style>
 span { border-color: #443FCC; }

 span { border-color: rgb(68,63,204); }

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