Html Css Color HEX #443BC8 Free Speech Blue

📋 copy color: '#443BC8'

red 68 ◦ green 59 ◦ blue 200

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

Shades of Free Speech Blue #443BC8

Tints of Free Speech Blue #443BC8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.04%

 BLUE value IS 200 (78.52% from 255) = 61.16%

R = 20.8%
G = 18.04%
B = 61.16%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#443BC8 (or 0x443BC8) is known color: Free Speech Blue. HEX triplet: 44, 3B and C8. RGB value is (68,59,200). Sum of RGB (Red+Green+Blue) = 68+59+200=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #443BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BC8 is #BBC437. Grayscale: #4D4D4D. Windows color (decimal): -12305464 or 13122372. OLE color: 13122372.

HSL color Cylindrical-coordinate representation of color #443BC8: hue angle of 243.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443BC8 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 59 200 -
CMYK 0.66 0.70 0 0.22
HSL 243.83º 0.56% 0.51% -
HSV(B) 243.83º 0.71% 0.78% -
XYZ 14.37 8.53 55.53 -
YUV 77.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 68 59 200 0.66 0.70 0 0.22 243.83 0.56 0.51
Hex 44 3B C8 42 46 0 16 F4 38 33
Octal 104 73 310 102 106 0 26 364 70 63
Binary 1000100 111011 11001000 1000010 1000110 0 10110 11110100 111000 110011

Color Harmonies of #443BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443BC8

Black with #443BC8

Text Example


Text Example

White with #443BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,59,200); }

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

background-color css

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

 a { background-color: rgb(68,59,200); }

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

border-color css

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

 span { border-color: rgb(68,59,200); }

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