Html Css Color HEX #4033CC Free Speech Blue

📋 copy color: '#4033CC'

red 64 ◦ green 51 ◦ blue 204

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

Shades of Free Speech Blue #4033CC

Tints of Free Speech Blue #4033CC

RGB

 RED value IS 64 (25.39% from 255) = 20.06%

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 20.06%
G = 15.99%
B = 63.95%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4033CC (or 0x4033CC) is known color: Free Speech Blue. HEX triplet: 40, 33 and CC. RGB value is (64,51,204). Sum of RGB (Red+Green+Blue) = 64+51+204=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #4033CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033CC is #BFCC33. Grayscale: #474747. Windows color (decimal): -12569652 or 13382464. OLE color: 13382464.

HSL color Cylindrical-coordinate representation of color #4033CC: hue angle of 245.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4033CC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 51 204 -
CMYK 0.69 0.75 0 0.2
HSL 245.1º 0.6% 0.5% -
HSV(B) 245.1º 0.75% 0.8% -
XYZ 14.2 7.82 57.89 -
YUV 72.33 202.31 122.06 -
System Red Green Blue C M Y K H S L
Decimal 64 51 204 0.69 0.75 0 0.2 245.1 0.6 0.5
Hex 40 33 CC 45 4B 0 14 F5 3C 32
Octal 100 63 314 105 113 0 24 365 74 62
Binary 1000000 110011 11001100 1000101 1001011 0 10100 11110101 111100 110010

Color Harmonies of #4033CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4033CC

Black with #4033CC

Text Example


Text Example

White with #4033CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4033CC; }

 p { color: rgb(64,51,204); }

 H1.HeaderClassName
 {
   color: #4033CC;
 }
 .AnyTagClassName
 {
   color: #4033CC;
 }
</style>

background-color css

<style>
 a { background-color: #4033CC; }

 a { background-color: rgb(64,51,204); }

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

border-color css

<style>
 span { border-color: #4033CC; }

 span { border-color: rgb(64,51,204); }

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