#423ABF

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

Shades of Free Speech Blue #423ABF

Tints of Free Speech Blue #423ABF

Color information

#423ABF (or 0x423ABF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3A and BF. RGB value is (66,58,191). Sum of RGB (Red+Green+Blue) = 66+58+191=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #423ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ABF is #BDC540. Grayscale: #4B4B4B. Windows color (decimal): -12436801 or 12532290. OLE color: 12532290.

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

Color convert

RGB6658191-
CMYK0.650.7000.25
HSL243.61º53.41%48.82%-
HSV(B)243.61º69.63%74.9%-
XYZ13.167.9550.13-
YUV75.55193.15121.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 191 (75% from 255) = 60.63%
R=20.95%
G=18.41%
B=60.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66581910.650.7000.25243.6153.4148.82
Hex423ABF4146019f43531
Octal102722771011060313646561
Binary1000010111010101111111000001100011001100111110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,58,191); }

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

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

 a { background-color: rgb(66,58,191); }

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

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

 span { border-color: rgb(66,58,191); }

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