Html Css Color HEX #4138CC Free Speech Blue

📋 copy color: '#4138CC'

red 65 ◦ green 56 ◦ blue 204

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

Shades of Free Speech Blue #4138CC

Tints of Free Speech Blue #4138CC

RGB

 RED value IS 65 (25.78% from 255) = 20%

 GREEN value IS 56 (22.27% from 255) = 17.23%

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

R = 20%
G = 17.23%
B = 62.77%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4138CC (or 0x4138CC) is known color: Free Speech Blue. HEX triplet: 41, 38 and CC. RGB value is (65,56,204). Sum of RGB (Red+Green+Blue) = 65+56+204=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #4138CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4138CC is #BEC733. Grayscale: #4A4A4A. Windows color (decimal): -12502836 or 13383745. OLE color: 13383745.

HSL color Cylindrical-coordinate representation of color #4138CC: hue angle of 243.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4138CC is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 56 204 -
CMYK 0.68 0.73 0 0.2
HSL 243.65º 0.59% 0.51% -
HSV(B) 243.65º 0.73% 0.8% -
XYZ 14.49 8.31 57.97 -
YUV 75.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 65 56 204 0.68 0.73 0 0.2 243.65 0.59 0.51
Hex 41 38 CC 44 49 0 14 F4 3B 33
Octal 101 70 314 104 111 0 24 364 73 63
Binary 1000001 111000 11001100 1000100 1001001 0 10100 11110100 111011 110011

Color Harmonies of #4138CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4138CC

Black with #4138CC

Text Example


Text Example

White with #4138CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,56,204); }

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

background-color css

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

 a { background-color: rgb(65,56,204); }

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

border-color css

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

 span { border-color: rgb(65,56,204); }

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