#423FBE

Color #423FBE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #423FBE

Tints of Free Speech Blue #423FBE

Color information

#423FBE (or 0x423FBE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3F and BE. RGB value is (66,63,190). Sum of RGB (Red+Green+Blue) = 66+63+190=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #423FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FBE is #BDC041. Grayscale: #4D4D4D. Windows color (decimal): -12435522 or 12468034. OLE color: 12468034.

HSL color Cylindrical-coordinate representation of color #423FBE: hue angle of 241.42º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423FBE is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6663190-
CMYK0.650.6700.25
HSL241.42º50.2%49.61%-
HSV(B)241.42º66.84%74.51%-
XYZ13.328.4349.64-
YUV78.37190.99119.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=20.69%
G=19.75%
B=59.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66631900.650.6700.25241.4250.249.61
Hex423FBE4143019f13232
Octal102772761011030313616262
Binary1000010111111101111101000001100001101100111110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423FBE; }

 p { color: rgb(66,63,190); }

 H1.HeaderClassName
 {
   color: #423FBE;
 }
 .AnyTagClassName
 {
   color: #423FBE;
 }
</style>
background-color css

<style>
 a { background-color: #423FBE; }

 a { background-color: rgb(66,63,190); }

 div.DivClassName
 {
   background-color: #423FBE;
 }
 .BgClassName
 {
   background-color: #423FBE;
 }
</style>
border-color css

<style>
 span { border-color: #423FBE; }

 span { border-color: rgb(66,63,190); }

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